diff --git a/package/contents/ui/main.qml b/package/contents/ui/main.qml index 6b20f84..874691c 100644 --- a/package/contents/ui/main.qml +++ b/package/contents/ui/main.qml @@ -710,7 +710,7 @@ PlasmoidItem { visible: false border { color: borderRec.borderColor - width: cfg.border.width || -1 + width: !cfg.border.customSides ? cfg.border.width || -1 : 0 } corners { topLeftRadius: topLeftRadius