From c2a582fa4915b1a820bcc5e5bc589cd9ac2e2d19 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Tue, 1 Jun 2021 11:44:11 +0200 Subject: [feat] restrict locations to selected transport --- gui/qml/main.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/qml/main.qml') diff --git a/gui/qml/main.qml b/gui/qml/main.qml index daffda2..3d83b31 100644 --- a/gui/qml/main.qml +++ b/gui/qml/main.qml @@ -181,6 +181,7 @@ ApplicationWindow { ctx = JSON.parse(jsonModel.getJson()) // TODO pass QML_DEBUG variable to be hyper-verbose //console.debug(jsonModel.getJson()) + gwSelector.model = Object.keys(ctx.locations) if (ctx.donateDialog == 'true') { -- cgit v1.2.3