remove cpu tooltip, panel shows on hover instead
This commit is contained in:
parent
13b737daf7
commit
e8e998c814
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import "." as M
|
|||
M.BarSection {
|
||||
id: root
|
||||
spacing: Math.max(1, M.Theme.moduleSpacing - 2)
|
||||
tooltip: "CPU: " + root.usage + "%\n" + root.freqGhz.toFixed(2) + " GHz"
|
||||
tooltip: ""
|
||||
|
||||
property int usage: 0
|
||||
property real freqGhz: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue