mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-26 23:21:37 +03:00
dont draw outline for plasma popups
--when the user of course has chosen the plasma experience for applets popups
This commit is contained in:
parent
2df56afef2
commit
7f83c04313
@ -573,7 +573,7 @@ Item{
|
||||
//! Outline drawing
|
||||
Loader{
|
||||
anchors.fill: solidBackground
|
||||
active: root.panelOutline
|
||||
active: root.panelOutline && !(root.hasExpandedApplet && root.plasmaBackgroundForPopups)
|
||||
sourceComponent: Colorizer.CustomBackground{
|
||||
backgroundColor: "transparent"
|
||||
borderColor: colorizerManager.outlineColor
|
||||
|
Loading…
Reference in New Issue
Block a user