From 4e1f3a4f88136e497962e4f976d5c7f216c31a15 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Wed, 24 Mar 2021 12:47:02 +0100 Subject: Let's rename the API to use location instead of gateway --- gui/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/qml') diff --git a/gui/qml/main.qml b/gui/qml/main.qml index dae5ee5..211dbe5 100644 --- a/gui/qml/main.qml +++ b/gui/qml/main.qml @@ -163,7 +163,7 @@ Window { model: [qsTr("Automatic")] onActivated: { console.debug("Selected gateway:", currentText) - backend.useGateway(currentText.toString()) + backend.useLocation(currentText.toString()) } } } // end column -- cgit v1.2.3