diff --git a/Commons/I18n.qml b/Commons/I18n.qml index d9fe7fee..20e59297 100644 --- a/Commons/I18n.qml +++ b/Commons/I18n.qml @@ -8,7 +8,7 @@ import qs.Commons Singleton { id: root - property bool debug: true + property bool debug: false property string debugForceLanguage: "" property bool isLoaded: false