1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 04:42:05 -04:00

fix: missing import in Hyprland service

This commit is contained in:
bbedward
2026-03-13 13:25:20 -04:00
parent ccf0b60935
commit a58037b968

View File

@@ -4,6 +4,7 @@ pragma ComponentBehavior: Bound
import QtCore
import QtQuick
import Quickshell
import Quickshell.Hyprland
import qs.Common
Singleton {