Index: containments/homescreen/package/contents/ui/MycroftIndicator.qml =================================================================== --- containments/homescreen/package/contents/ui/MycroftIndicator.qml +++ containments/homescreen/package/contents/ui/MycroftIndicator.qml @@ -27,7 +27,6 @@ RowLayout { Kirigami.Heading { id: inputQuery - Kirigami.Theme.colorSet: mainView.Kirigami.Theme.colorSet level: 3 opacity: 0 onTextChanged: { @@ -85,7 +84,6 @@ Mycroft.StatusIndicator { id: si z: 2 - visible: !mycroftWindow.visible Layout.preferredWidth: height Layout.fillHeight: true hasShadow: false Index: containments/homescreen/package/contents/ui/MycroftWindow.qml =================================================================== --- containments/homescreen/package/contents/ui/MycroftWindow.qml +++ containments/homescreen/package/contents/ui/MycroftWindow.qml @@ -57,7 +57,6 @@ } Kirigami.Heading { id: inputQuery - Kirigami.Theme.colorSet: mainView.Kirigami.Theme.colorSet anchors.right: si.left anchors.rightMargin: Kirigami.Units.largeSpacing anchors.verticalCenter: si.verticalCenter