Removing test mode on battery
This commit is contained in:
parent
118323e6b5
commit
19312d94c3
8 changed files with 19 additions and 18 deletions
|
|
@ -83,7 +83,7 @@ Item {
|
|||
return monitor ? Math.round(monitor.brightness * 100) : ""
|
||||
}
|
||||
forceOpen: displayMode === "alwaysShow"
|
||||
forceClosed: displayMode === "alwaysHide"
|
||||
forceClose: displayMode === "alwaysHide"
|
||||
tooltipText: {
|
||||
var monitor = getMonitor()
|
||||
if (!monitor)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue