disable test mode for battery.
This commit is contained in:
parent
4510762a35
commit
5488063490
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ Item {
|
|||
id: pill
|
||||
|
||||
// Test mode
|
||||
property bool testMode: true
|
||||
property bool testMode: false
|
||||
property int testPercent: 20
|
||||
property bool testCharging: false
|
||||
property var battery: UPower.displayDevice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue