feat(blur): added a new option to toggle it on/off

This commit is contained in:
Lemmy
2026-03-06 08:29:03 -05:00
parent 149592656d
commit cd0da159ce
22 changed files with 56 additions and 1 deletions
+1
View File
@@ -290,6 +290,7 @@ Singleton {
property bool showHibernateOnLockScreen: false
property bool enableLockScreenMediaControls: false
property bool enableShadows: true
property bool enableBlurBehind: true
property string shadowDirection: "bottom_right"
property int shadowOffsetX: 2
property int shadowOffsetY: 3