We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be7d7ec + 568ed1e commit eb68439Copy full SHA for eb68439
index.js
@@ -415,7 +415,6 @@ function setSettings() {
415
// * Initialize Extension
416
417
(async function initExtension() {
418
- return;
419
420
if (!context.extensionSettings[extensionName]) {
421
context.extensionSettings[extensionName] = structuredClone(defaultSettings);
manifest.json
@@ -6,7 +6,7 @@
6
"js": "index.js",
7
"css": "style.css",
8
"author": "Leandro Jofre",
9
- "version": "1.2.5",
+ "version": "1.2.6",
10
"homePage": "https://github.com/leandrojofre/SillyTavern-WI-Bulk-Mover.git",
11
"auto_update": true
12
}
0 commit comments