diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-11-14 16:12:27 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-11-14 16:12:27 +0300 |
| commit | cf933716075ea98ec1004544734a3158ed07a577 (patch) | |
| tree | e6780a33933549b774070ef7d4105d37129533d0 /js/App.js | |
| parent | d3d3bceec9bc2307b0967b3ef6a5486a648323ae (diff) | |
show safe mode warning dialog in prefs
Diffstat (limited to 'js/App.js')
| -rw-r--r-- | js/App.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -820,6 +820,10 @@ const App = { App.updateRuntimeInfo(); }, 60 * 1000) + if (App.getInitParam("safe_mode") && this.isPrefs()) { + CommonDialogs.safeModeWarning(); + } + console.log("second stage ok"); }, |