Merge pull request #182 from nollidnosnhoj/main
disable test mode for battery widget.
This commit is contained in:
commit
3e8a87c6d6
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ Item {
|
||||||
id: pill
|
id: pill
|
||||||
|
|
||||||
// Test mode
|
// Test mode
|
||||||
property bool testMode: true
|
property bool testMode: false
|
||||||
property int testPercent: 20
|
property int testPercent: 20
|
||||||
property bool testCharging: false
|
property bool testCharging: false
|
||||||
property var battery: UPower.displayDevice
|
property var battery: UPower.displayDevice
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue