Brightness: hotfix
This commit is contained in:
parent
da1081700a
commit
00459606ce
1 changed files with 0 additions and 1 deletions
|
|
@ -80,7 +80,6 @@ Item {
|
|||
icon: getIcon()
|
||||
autoHide: false // Important to be false so we can hover as long as we want
|
||||
text: {
|
||||
return ""
|
||||
var monitor = getMonitor()
|
||||
return monitor ? Math.round(monitor.brightness * 100) : ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue