Fix Brightness & Tray

This commit is contained in:
Ly-sec 2025-08-22 17:00:39 +02:00
parent 8e562e0701
commit 12092ca6f6
5 changed files with 23 additions and 13 deletions

View file

@ -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