From 1410e4cecccb860fc1dd29d1d4021ff72b5dc1ab Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Mon, 14 Jun 2021 19:41:45 +0200 Subject: [bug] do show gw selection pane --- gui/qml/main.qml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'gui/qml/main.qml') diff --git a/gui/qml/main.qml b/gui/qml/main.qml index 2573323..91e3b4e 100644 --- a/gui/qml/main.qml +++ b/gui/qml/main.qml @@ -254,15 +254,11 @@ ApplicationWindow { } function setGwSelection() { - if (!ctx.currentLocation) { - return - } + if (!isManualLocation()) { - //manualSelectionItem.checked = isManualLocation() manualSelectionItem.checked = false bar.currentIndex = 1 app.visible = true - app.hide() app.show() app.raise() return @@ -381,7 +377,6 @@ ApplicationWindow { text: qsTr("About…") onTriggered: { about.visible = true - app.focus = true requestActivate() } } -- cgit v1.2.3