Skip to content

Commit eb68439

Browse files
authored
Merge pull request #14 from leandrojofre/staging
Bug on staging was fixed, back to normal
2 parents be7d7ec + 568ed1e commit eb68439

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,6 @@ function setSettings() {
415415
// * Initialize Extension
416416

417417
(async function initExtension() {
418-
return;
419418

420419
if (!context.extensionSettings[extensionName]) {
421420
context.extensionSettings[extensionName] = structuredClone(defaultSettings);

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"js": "index.js",
77
"css": "style.css",
88
"author": "Leandro Jofre",
9-
"version": "1.2.5",
9+
"version": "1.2.6",
1010
"homePage": "https://github.com/leandrojofre/SillyTavern-WI-Bulk-Mover.git",
1111
"auto_update": true
1212
}

0 commit comments

Comments
 (0)