Fix Brightness & Tray
This commit is contained in:
parent
8e562e0701
commit
12092ca6f6
5 changed files with 23 additions and 13 deletions
|
|
@ -10,7 +10,7 @@ Item {
|
|||
|
||||
width: pill.width
|
||||
height: pill.height
|
||||
visible: firstBrightnessReceived && getMonitor() !== null
|
||||
visible: getMonitor() !== null
|
||||
|
||||
// Used to avoid opening the pill on Quickshell startup
|
||||
property bool firstBrightnessReceived: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue