mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-01 19:18:28 -04:00
feat(settings): add explicit border toggle and updated layouts
- Defaults On with blur enabled to clean up the border edges - Darken Modal moves to Launcher settings Closes #2446 port 1.5
This commit is contained in:
@@ -240,6 +240,8 @@ Singleton {
|
||||
onBlurForegroundLayersChanged: saveSettings()
|
||||
property real blurLayerOutlineOpacity: 0.12
|
||||
onBlurLayerOutlineOpacityChanged: saveSettings()
|
||||
property bool blurBorderEnabled: true
|
||||
onBlurBorderEnabledChanged: saveSettings()
|
||||
property string blurBorderColor: "outline"
|
||||
onBlurBorderColorChanged: saveSettings()
|
||||
property string blurBorderCustomColor: "#ffffff"
|
||||
|
||||
Reference in New Issue
Block a user