summaryrefslogtreecommitdiff
path: root/js/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/App.js')
-rw-r--r--js/App.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/App.js b/js/App.js
index 6c4b6a187..95a9796ff 100644
--- a/js/App.js
+++ b/js/App.js
@@ -820,6 +820,10 @@ const App = {
App.updateRuntimeInfo();
}, 60 * 1000)
+ if (App.getInitParam("safe_mode") && this.isPrefs()) {
+ CommonDialogs.safeModeWarning();
+ }
+
console.log("second stage ok");
},