Skip to content
Snippets Groups Projects
Unverified Commit c32d07c7 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[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.
parent df9d9f99
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment