1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

Many bug fixes for media center, spotlight

This commit is contained in:
bbedward
2025-07-12 10:47:01 -04:00
parent 2375b6e7bd
commit af0522ada5
13 changed files with 180 additions and 329 deletions

View File

@@ -2,7 +2,7 @@
import QtQuick
import QtQuick.Controls
import Qt5Compat.GraphicalEffects
import QtQuick.Effects
import Quickshell
import Quickshell.Widgets
import Quickshell.Wayland
@@ -298,10 +298,8 @@ ShellRoot {
volumeLevel: root.volumeLevel
bluetoothAvailable: root.bluetoothAvailable
bluetoothEnabled: root.bluetoothEnabled
notificationHistoryVisible: root.notificationHistoryVisible
shellRoot: root
notificationCount: notificationHistory.count
controlCenterVisible: root.controlCenterVisible
calendarVisible: root.calendarVisible
// Connect tray menu properties
showTrayMenu: root.showTrayMenu
@@ -315,10 +313,7 @@ ShellRoot {
clipboardHistoryPopup.toggle()
}
// Property change handlers
onCalendarVisibleChanged: root.calendarVisible = calendarVisible
onControlCenterVisibleChanged: root.controlCenterVisible = controlCenterVisible
onNotificationHistoryVisibleChanged: root.notificationHistoryVisible = notificationHistoryVisible
onShowTrayMenuChanged: root.showTrayMenu = showTrayMenu
onCurrentTrayMenuChanged: root.currentTrayMenu = currentTrayMenu
onCurrentTrayItemChanged: root.currentTrayItem = currentTrayItem