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()
|
icon: getIcon()
|
||||||
autoHide: false // Important to be false so we can hover as long as we want
|
autoHide: false // Important to be false so we can hover as long as we want
|
||||||
text: {
|
text: {
|
||||||
return ""
|
|
||||||
var monitor = getMonitor()
|
var monitor = getMonitor()
|
||||||
return monitor ? Math.round(monitor.brightness * 100) : ""
|
return monitor ? Math.round(monitor.brightness * 100) : ""
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue