From 7da4b1d63c1fc83dd03f2f89c99e0fb07a449f0d Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Wed, 24 Sep 2025 10:58:31 -0400 Subject: [PATCH] i18n: no debug --- Commons/I18n.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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