1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-02 03:28:28 -04:00

refactor(transparency): stop overwriting dms settings buttons/sliders by default

- Fixes #2692
This commit is contained in:
purian23
2026-06-30 17:01:49 -04:00
parent aabcef0c9c
commit a1727d18fd
3 changed files with 26 additions and 3 deletions
+2 -1
View File
@@ -8,7 +8,6 @@ import qs.Widgets
FloatingWindow {
id: settingsModal
property bool disablePopupTransparency: true
property var profileBrowser: profileBrowserLoader.item
property var wallpaperBrowser: wallpaperBrowserLoader.item
@@ -173,6 +172,8 @@ FloatingWindow {
FocusScope {
id: contentFocusScope
property bool disablePopupTransparency: true
LayoutMirroring.enabled: I18n.isRtl
LayoutMirroring.childrenInherit: true