mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-04 11:19:27 -05: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