mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-26 22:42:50 -05:00
refactor: start trimming AI bullcrap patterns
This commit is contained in:
@@ -70,7 +70,7 @@ PanelWindow {
|
||||
|
||||
QsMenuOpener {
|
||||
id: menuOpener
|
||||
menu: root.currentTrayItem?.menu
|
||||
menu: root.currentTrayItem ? root.currentTrayItem.menu : null
|
||||
}
|
||||
|
||||
// Custom menu styling using ListView
|
||||
|
||||
Reference in New Issue
Block a user