mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-09 08:38:53 +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');
|
||||
await saveSettings();
|
||||
toastr.clear(toast);
|
||||
waitingForSave = false;
|
||||
requiresReload = true;
|
||||
}
|
||||
return true;
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user