1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 15:02:50 -05:00

feat: Add group workspace apps toggle (#1238)

* Add group workspace apps toggle

* wording

* fix pre-commit

---------

Co-authored-by: bbedward <bbedward@gmail.com>
This commit is contained in:
vha
2026-01-02 21:55:51 +01:00
committed by GitHub
parent d2c4391514
commit 7268a3fe7f
5 changed files with 46 additions and 3 deletions

View File

@@ -241,7 +241,7 @@ Item {
}
const keyBase = (w.app_id || w.appId || w.class || w.windowClass || "unknown");
const key = isActiveWs ? `${keyBase}_${i}` : keyBase;
const key = isActiveWs || !SettingsData.groupWorkspaceApps ? `${keyBase}_${i}` : keyBase;
if (!byApp[key]) {
const moddedId = Paths.moddedAppId(keyBase);