Force reload flag

df56b9bb4c12b6297a39ce5a0c22485b515e3a0e

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -0Ignore whitespace
public/scripts/extensions.js+2 -0
@@ -677,6 +677,8 @@ async function showExtensionsDetails() {
677 const toast = toastr.info('The page will be reloaded shortly...', 'Extensions state changed');677 const toast = toastr.info('The page will be reloaded shortly...', 'Extensions state changed');
678 await saveSettings();678 await saveSettings();
679 toastr.clear(toast);679 toastr.clear(toast);
680 waitingForSave = false;
681 requiresReload = true;
680 }682 }
681 return true;683 return true;
682 },684 },