From bc3ccd1782cb59f00cad089dfb5abb1594c6c5da Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sun, 29 Mar 2020 00:43:52 +0100 Subject: [PATCH] [pc3/busyindicator] Hide when not running Summary: When not running the indicator should be invisible. This matches the behaviour of the org.kde.desktop style. Test Plan: Run KTrip with Plasma style. Open location search page. Indicator is only shown when actually loading things Reviewers: #plasma, ngraham Reviewed By: ngraham Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D28391 --- src/declarativeimports/plasmacomponents3/BusyIndicator.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/declarativeimports/plasmacomponents3/BusyIndicator.qml b/src/declarativeimports/plasmacomponents3/BusyIndicator.qml index 01ab06aaf..02534f1c2 100644 --- a/src/declarativeimports/plasmacomponents3/BusyIndicator.qml +++ b/src/declarativeimports/plasmacomponents3/BusyIndicator.qml @@ -32,6 +32,7 @@ T.BusyIndicator { contentItem: PlasmaCore.SvgItem { id: indicatorItem + visible: control.running svg: PlasmaCore.Svg { imagePath: "widgets/busywidget" colorGroup: PlasmaCore.ColorScope.colorGroup