MainScreen: Only dim & mask if panel is opened on 'this' screen.

This commit is contained in:
ItsLemmy
2025-11-07 19:32:10 -05:00
parent 48ff3314cc
commit fa61925982
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ Item {
property bool effectsActive: false
property color effectColor: Color.mPrimary
property int horizontalPadding: Math.round(Style.marginS)
property int spacingBetweenPills: Math.round(Style.marginXS)
property int horizontalPadding: Style.marginS
property int spacingBetweenPills: Style.marginXS
// Wheel scroll handling
property int wheelAccumulatedDelta: 0