diff options
Diffstat (limited to 'gui/backend.go')
-rw-r--r-- | gui/backend.go | 6 |
1 files changed, 3 insertions, 3 deletions
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 |