mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-26 23:21:37 +03:00
forceSolidness higher priority from busy background
This commit is contained in:
parent
5a2c59601c
commit
8d394f0445
@ -510,7 +510,7 @@ Item{
|
||||
readonly property bool coloredView: colorizerManager.mustBeShown && colorizerManager.applyTheme !== theme
|
||||
|
||||
opacity: {
|
||||
if (busyBackground) {
|
||||
if (busyBackground && !forceSolidness) {
|
||||
return plasmoid.configuration.panelTransparency / 100;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user