Force reload flag

This commit is contained in:
Cohee 2024-08-20 00:11:22 +03:00
parent 751ff45cc1
commit df56b9bb4c

View File

@ -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;
},