diff options
author | Ruben Pollan <meskio@sindominio.net> | 2021-03-26 15:48:58 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-05-04 14:58:39 +0200 |
commit | 67a68be2290b3af6e7d2897e52b3cd19d1f4450d (patch) | |
tree | 60f477042a7764186e39db51f13a0733afd9bffd /gui/backend.go | |
parent | 4e1f3a4f88136e497962e4f976d5c7f216c31a15 (diff) |
Location selection more responsive
Diffstat (limited to 'gui/backend.go')
-rw-r--r-- | gui/backend.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gui/backend.go b/gui/backend.go index 064bd94..f693118 100644 --- a/gui/backend.go +++ b/gui/backend.go @@ -35,6 +35,11 @@ func UseLocation(label string) { backend.UseLocation(label) } +//export UseAutomaticGateway +func UseAutomaticGateway() { + backend.UseAutomaticGateway() +} + //export UseTransport func UseTransport(transport string) { backend.UseTransport(transport) |