1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-05 03:52:07 -04:00

frame(defaults): Close the gaps by default

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
purian23
2026-05-03 14:28:34 -04:00
parent 512d1738de
commit 6a986f8235
3 changed files with 7 additions and 7 deletions

View File

@@ -238,7 +238,7 @@ Singleton {
onFrameShowOnOverviewChanged: saveSettings()
property bool frameBlurEnabled: true
onFrameBlurEnabledChanged: saveSettings()
property bool frameCloseGaps: false
property bool frameCloseGaps: true
onFrameCloseGapsChanged: saveSettings()
property string frameLauncherEmergeSide: "bottom"
onFrameLauncherEmergeSideChanged: saveSettings()