mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-15 11:40:44 +01:00
Force reload flag
This commit is contained in:
parent
751ff45cc1
commit
df56b9bb4c
@ -677,6 +677,8 @@ async function showExtensionsDetails() {
|
|||||||
const toast = toastr.info('The page will be reloaded shortly...', 'Extensions state changed');
|
const toast = toastr.info('The page will be reloaded shortly...', 'Extensions state changed');
|
||||||
await saveSettings();
|
await saveSettings();
|
||||||
toastr.clear(toast);
|
toastr.clear(toast);
|
||||||
|
waitingForSave = false;
|
||||||
|
requiresReload = true;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user