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/backend.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gui/backend.go') diff --git a/gui/backend.go b/gui/backend.go index 3e312cf..064bd94 100644 --- a/gui/backend.go +++ b/gui/backend.go @@ -30,9 +30,9 @@ func SwitchOff() { backend.SwitchOff() } -//export UseGateway -func UseGateway(label string) { - backend.UseGateway(label) +//export UseLocation +func UseLocation(label string) { + backend.UseLocation(label) } //export UseTransport -- cgit v1.2.3