mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-26 23:21:37 +03:00
initialy support only one case for busyVerticals
This commit is contained in:
parent
b078765d5c
commit
f414c62a55
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user