mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-07 22:15:38 -05:00
fix:notification namespace (#675)
This commit is contained in:
@@ -9,7 +9,7 @@ import qs.Widgets
|
|||||||
DankModal {
|
DankModal {
|
||||||
id: notificationModal
|
id: notificationModal
|
||||||
|
|
||||||
layerNamespace: "dms:notification-modal"
|
layerNamespace: "dms:notification-center-modal"
|
||||||
|
|
||||||
property bool notificationModalOpen: false
|
property bool notificationModalOpen: false
|
||||||
property var notificationListRef: null
|
property var notificationListRef: null
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ import qs.Modules.Notifications.Center
|
|||||||
DankPopout {
|
DankPopout {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
layerNamespace: "dms:notification-center"
|
layerNamespace: "dms:notification-center-popout"
|
||||||
|
|
||||||
property bool notificationHistoryVisible: false
|
property bool notificationHistoryVisible: false
|
||||||
property var triggerScreen: null
|
property var triggerScreen: null
|
||||||
|
|||||||
Reference in New Issue
Block a user