mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-04 04:42:05 -04:00
notifications: fix kb navigation breaking on history tab close
This commit is contained in:
@@ -14,7 +14,9 @@ Rectangle {
|
||||
property bool __initialized: false
|
||||
|
||||
Component.onCompleted: {
|
||||
Qt.callLater(() => { __initialized = true; });
|
||||
Qt.callLater(() => {
|
||||
__initialized = true;
|
||||
});
|
||||
}
|
||||
|
||||
readonly property bool compactMode: SettingsData.notificationCompactMode
|
||||
|
||||
Reference in New Issue
Block a user