1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-10 15:52:58 -04:00

fix(layers): change layers namespace for desktop widgets and plugin popouts (#1594)

This commit is contained in:
claymorwan
2026-02-05 14:18:47 +00:00
committed by GitHub
parent 60b824e7a4
commit fff018eafb
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import qs.Widgets
DankPopout {
id: root
layerNamespace: "dms-plugin:" + layerNamespacePlugin
layerNamespace: "dms:plugins:" + layerNamespacePlugin
property var triggerScreen: null
property Component pluginContent: null