From f414c62a55cd13f0a0765ec1ef36075bba8768fb Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Sat, 3 Aug 2019 08:55:31 +0300 Subject: [PATCH] initialy support only one case for busyVerticals --- containment/package/contents/ui/main.qml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/containment/package/contents/ui/main.qml b/containment/package/contents/ui/main.qml index 47af1713f..f25988bec 100644 --- a/containment/package/contents/ui/main.qml +++ b/containment/package/contents/ui/main.qml @@ -154,21 +154,23 @@ Item { && latteView.windowsTracker.currentScreen.isTouchingBusyVerticalView && root.themeColors === Latte.Types.SmartThemeColors && plasmoid.configuration.backgroundOnlyOnMaximized - && !plasmoid.configuration.solidBackgroundForMaximized - && !plasmaBackgroundForPopups) + /*&& !plasmoid.configuration.solidBackgroundForMaximized + && !plasmaBackgroundForPopups*/) - property bool solidBusyForTouchingBusyVerticalView: (latteView && latteView.windowsTracker /*is touching a vertical view that is in busy state and the user prefers solidness*/ - && latteView.windowsTracker.currentScreen.isTouchingBusyVerticalView + property bool solidBusyForTouchingBusyVerticalView: false //DISABLED, until to check if the normalBusyForTouchingBusyVerticalView is enough to catch and handle the case + /*(latteView && latteView.windowsTracker /*is touching a vertical view that is in busy state and the user prefers solidness*/ + /* && latteView.windowsTracker.currentScreen.isTouchingBusyVerticalView && root.themeColors === Latte.Types.SmartThemeColors && plasmoid.configuration.backgroundOnlyOnMaximized && plasmoid.configuration.solidBackgroundForMaximized - && !plasmaBackgroundForPopups) + && !plasmaBackgroundForPopups)*/ - property bool plasmaStyleBusyForTouchingBusyVerticalView: (latteView && latteView.windowsTracker /*is touching a vertical view that is in busy state and the user prefers solidness*/ - && latteView.windowsTracker.currentScreen.isTouchingBusyVerticalView + property bool plasmaStyleBusyForTouchingBusyVerticalView: false //DISABLED, until to check if the normalBusyForTouchingBusyVerticalView is enough to catch and handle the case + //(latteView && latteView.windowsTracker /*is touching a vertical view that is in busy state and the user prefers solidness*/ + /* && latteView.windowsTracker.currentScreen.isTouchingBusyVerticalView && root.themeColors === Latte.Types.SmartThemeColors && plasmoid.configuration.backgroundOnlyOnMaximized - && plasmaBackgroundForPopups) + && plasmaBackgroundForPopups)*/ property int themeColors: plasmoid.configuration.themeColors