debug mode
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user