You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: app/system/modules/settings/app/components/system.vue
+1
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@
34
34
<label><inputtype="checkbox"value="1"v-model="$root.config.debug.enabled":disabled="!sqlite"> {{ 'Enable debug toolbar' | trans }}</label>
35
35
</p>
36
36
<pclass="uk-form-help-block"v-if="!sqlite">{{ 'Please enable the SQLite database extension.' | trans }}</p>
37
+
<pclass="uk-form-help-block"v-if="$root.config.application.debug || $root.config.debug.enabled">{{ 'Please note that enabling debug mode or toolbar has serious security implications.' | trans }}</p>
0 commit comments