Added option to autocomplete style names

To be used in tandem with https://github.com/SirVeggie/extension-style-vars
Closes #268
This commit is contained in:
DominikDoom
2024-01-26 16:16:04 +01:00
parent 7778142520
commit d37e37acfa
6 changed files with 144 additions and 10 deletions

View File

@@ -12,7 +12,8 @@ const ResultType = Object.freeze({
"hypernetwork": 8,
"lora": 9,
"lyco": 10,
"chant": 11
"chant": 11,
"styleName": 12
});
// Class to hold result data and annotations to make it clearer to use