mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
feat: plugin layer namespace (#717)
This commit is contained in:
@@ -6,6 +6,8 @@ import qs.Widgets
|
||||
Item {
|
||||
id: root
|
||||
|
||||
property string layerNamespacePlugin: "plugin"
|
||||
|
||||
property var axis: null
|
||||
property string section: "center"
|
||||
property var parentScreen: null
|
||||
|
||||
@@ -6,6 +6,8 @@ import qs.Widgets
|
||||
DankPopout {
|
||||
id: root
|
||||
|
||||
layerNamespace: "dms-plugin:" + layerNamespacePlugin
|
||||
|
||||
WlrLayershell.keyboardFocus: shouldBeVisible ? WlrKeyboardFocus.Exclusive : WlrKeyboardFocus.None
|
||||
|
||||
property var triggerScreen: null
|
||||
|
||||
Reference in New Issue
Block a user