1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-03 02:52:07 -04:00

de-dupe and cleanup

This commit is contained in:
bbedward
2026-04-17 11:26:33 -04:00
parent 8c99f09c65
commit d9cb0b6ad6
13 changed files with 343 additions and 678 deletions

View File

@@ -1,9 +1,11 @@
import QtQuick
import qs.Common
import qs.Services
Item {
id: root
readonly property bool useHyprlandFocusGrab: CompositorService.useHyprlandFocusGrab
property string layerNamespace: "dms:modal"
property Component content: null
property Item directContent: null