1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

dankbar: add option to disable maximize detection

fixes #895
This commit is contained in:
bbedward
2025-12-04 08:56:04 -05:00
parent 08a97aeff8
commit e1acaaa27c
6 changed files with 390 additions and 207 deletions

View File

@@ -372,7 +372,8 @@ Singleton {
openOnOverview: false,
visible: true,
popupGapsAuto: true,
popupGapsManual: 4
popupGapsManual: 4,
maximizeDetection: true
}
]

View File

@@ -270,7 +270,8 @@ var SPEC = {
openOnOverview: false,
visible: true,
popupGapsAuto: true,
popupGapsManual: 4
popupGapsManual: 4,
maximizeDetection: true
}], onChange: "updateBarConfigs" }
};