mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-20 09:24:08 +00:00
feat: add 'Include Open Files' chat action item (closes #796)
This commit is contained in:
parent
8d6ca73064
commit
a596fa969c
7 changed files with 51 additions and 3 deletions
|
|
@ -43,5 +43,7 @@ public final class Icons {
|
|||
IconLoader.getIcon("/icons/vcs.svg", Icons.class);
|
||||
public static final Icon QuestionMark =
|
||||
IconLoader.getIcon("/icons/questionMark.svg", Icons.class);
|
||||
public static final Icon ListFiles =
|
||||
IconLoader.getIcon("/icons/listFiles.svg", Icons.class);
|
||||
public static final Icon StatusBarCompletionInProgress = new AnimatedIcon.Default();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue