1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 11:45:56 +00:00

show safe mode warning dialog in prefs

This commit is contained in:
Andrew Dolgov
2021-11-14 16:12:27 +03:00
parent d3d3bceec9
commit cf93371607
3 changed files with 21 additions and 13 deletions

View File

@@ -820,6 +820,10 @@ const App = {
App.updateRuntimeInfo();
}, 60 * 1000)
if (App.getInitParam("safe_mode") && this.isPrefs()) {
CommonDialogs.safeModeWarning();
}
console.log("second stage ok");
},