1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-15 15:45:20 -04:00

tray: add automatic overflow popup (#2629)

This commit is contained in:
Artrix
2026-06-14 21:10:02 -07:00
committed by GitHub
parent f5d52f1506
commit 1fc4890857
10 changed files with 536 additions and 141 deletions
@@ -164,6 +164,9 @@ var SPEC = {
barMaxVisibleApps: { def: 0 },
barMaxVisibleRunningApps: { def: 0 },
barShowOverflowBadge: { def: true },
trayAutoOverflow: { def: true },
trayPopupSingleLine: { def: true },
trayMaxVisibleItems: { def: 0 },
appsDockHideIndicators: { def: false },
appsDockColorizeActive: { def: false },
appsDockActiveColorMode: { def: "primary" },