mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(wallpaper): add missing Power service import to fix autoswitch
PowerProfileService was referenced in the timer's running condition but the import was missing, breaking wallpaper autoswitch.
This commit is contained in:
@@ -4,6 +4,7 @@ import QtQuick
|
||||
import Quickshell
|
||||
import Quickshell.Io
|
||||
import qs.Commons
|
||||
import qs.Services.Power
|
||||
import qs.Services.Theming
|
||||
import qs.Services.UI
|
||||
|
||||
|
||||
Reference in New Issue
Block a user