1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-12 00:32:17 -04:00

Make the system tray overflow popup optional and have the widget expand inline as an alternative. (#2171)

This commit is contained in:
Ron Harel
2026-04-07 18:13:32 +03:00
committed by GitHub
parent 13e8130858
commit 37f92677cf
4 changed files with 544 additions and 276 deletions

View File

@@ -969,6 +969,7 @@ Item {
axis: barWindow.axis
barSpacing: barConfig?.spacing ?? 4
barConfig: topBarContent.barConfig
widgetData: parent.widgetData
isAutoHideBar: topBarContent.barConfig?.autoHide ?? false
isAtBottom: barWindow.axis?.edge === "bottom"
visible: SettingsData.getFilteredScreens("systemTray").includes(barWindow.screen) && SystemTray.items.values.length > 0