Add Dim Desktop option

This commit is contained in:
ly-sec 2025-07-18 22:47:38 +02:00
parent 828f98b58e
commit 7cdfa5f82b
4 changed files with 58 additions and 2 deletions

View file

@ -5,7 +5,7 @@ import qs.Settings
PanelWindow {
id: outerPanel
property bool showOverlay: true
property bool showOverlay: Settings.settings.dimPanels
property int topMargin: 36
property color overlayColor: showOverlay ? Theme.overlay : "transparent"