1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-13 17:22:08 -04:00

fix: missing import in Hyprland service

This commit is contained in:
bbedward
2026-03-13 13:25:20 -04:00
parent 2504396435
commit 997011e008

View File

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