mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
fixed unloading the encrypted page after encryption timeout by simply reloading the app completely plus some unrelated refactorings
This commit is contained in:
@@ -26,7 +26,7 @@ const settings = (function() {
|
||||
|
||||
tabsEl.tabs();
|
||||
|
||||
for (module of settingModules) {
|
||||
for (const module of settingModules) {
|
||||
module.settingsLoaded(settings);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user