mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Force reload flag
This commit is contained in:
@ -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;
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user