mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-02 03:28:28 -04:00
fix(Hover): refactor & update hover tracking w/context menus
Fixes #2737
This commit is contained in:
@@ -210,12 +210,14 @@ DankModal {
|
||||
NotificationHeader {
|
||||
id: notificationHeader
|
||||
keyboardController: modalKeyboardController
|
||||
transientSurfaceTracker: notificationModal.transientSurfaceTracker
|
||||
onCurrentTabChanged: notificationModal.currentTab = currentTab
|
||||
Component.onCompleted: notificationModal.notificationHeaderRef = notificationHeader
|
||||
}
|
||||
|
||||
NotificationSettings {
|
||||
id: notificationSettings
|
||||
transientSurfaceTracker: notificationModal.transientSurfaceTracker
|
||||
expanded: notificationHeader.showSettings
|
||||
}
|
||||
|
||||
@@ -225,6 +227,7 @@ DankModal {
|
||||
height: parent.height - y
|
||||
visible: notificationHeader.currentTab === 0
|
||||
keyboardController: modalKeyboardController
|
||||
transientSurfaceTracker: notificationModal.transientSurfaceTracker
|
||||
Component.onCompleted: {
|
||||
notificationModal.notificationListRef = notificationList;
|
||||
if (modalKeyboardController) {
|
||||
|
||||
Reference in New Issue
Block a user