1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

fix missing import

This commit is contained in:
bbedward
2025-12-18 17:22:01 -05:00
parent 2a91bc41f7
commit 11536da512

View File

@@ -5,6 +5,7 @@ import QtCore
import QtQuick import QtQuick
import Quickshell import Quickshell
import Quickshell.Io import Quickshell.Io
import Quickshell.Wayland // ! Even though qmlls says this is unused, it is wrong
import qs.Common import qs.Common
import "../Common/KeybindActions.js" as Actions import "../Common/KeybindActions.js" as Actions