mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
brightness osd: fix no onBrightnessChanged signal warning
This commit is contained in:
@@ -39,8 +39,7 @@ Scope {
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: root.brightnessMonitor
|
||||
enabled: !!root.brightnessMonitor
|
||||
target: Brightness
|
||||
function onBrightnessChanged() {
|
||||
if (!root.brightnessMonitor.ready) return
|
||||
root.triggerOsd()
|
||||
|
||||
Reference in New Issue
Block a user