summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-07-09 20:10:51 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-07-12 19:46:27 +0200
commitc32d07c7bde5e9438dc96d41f6f32a7c9db8763a (patch)
tree1fa4548e0bf45ab44ff29654906c9c6e9ce5447f
parentdf9d9f990ae97904f01af3b710042713d31da7f6 (diff)
[ui] further tweaks for calyx
"pick location" menu was a transitional menu item to be able to open window without altering too much the current UI flow that operates on the systray, and as an interim until the simply secure proposal was in place. for calyx, it makes sense to open the window directly.
-rw-r--r--gui/qml/main.qml4
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) {