debug mode

This commit is contained in:
2024-01-22 03:08:31 +01:00
parent b15a5946a7
commit f3529afeb1
5 changed files with 79 additions and 3 deletions

View File

@ -5,6 +5,11 @@ ConfigModel {
ConfigCategory {
name: i18n("General")
icon: "configure"
source: "configGeneral.qml"
source: "config/general.qml"
}
ConfigCategory {
name: i18n("Debug")
icon: "cab_view"
source: "config/debug.qml"
}
}

View File

@ -12,7 +12,6 @@
<entry name="batteryheight" type="Int">
<default>8</default>
</entry>
<entry name="colorEmpty" type="String">
<default>#ff0000</default>
</entry>
@ -22,5 +21,13 @@
<entry name="colorFull" type="String">
<default>#008800</default>
</entry>
<!-- debug -->
<entry name="debug_active" type="Bool">
<default>false</default>
</entry>
<entry name="debug_charge" type="Int">
<default>0</default>
</entry>
</group>
</kcfg>