diff options
-rw-r--r-- | gui/qml/main.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gui/qml/main.qml b/gui/qml/main.qml index b30fa0a..cc5b17e 100644 --- a/gui/qml/main.qml +++ b/gui/qml/main.qml @@ -280,8 +280,10 @@ ApplicationWindow { /* this is a temporary workaround until general GUI revamp for 0.21.8 */ let provider = Logic.getSelectedProvider(providers); if (provider == "calyx") { - background.backgroundVisible = false; background.color = "#8EA844"; + background.backgroundVisible = false; + gwSelector.visible = false; + manualSelectionButton.visible = false; } if (!systrayAvailable) { |