From 67a68be2290b3af6e7d2897e52b3cd19d1f4450d Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Fri, 26 Mar 2021 15:48:58 +0100 Subject: Location selection more responsive --- gui/handlers.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gui/handlers.cpp') diff --git a/gui/handlers.cpp b/gui/handlers.cpp index 558c288..9f68834 100644 --- a/gui/handlers.cpp +++ b/gui/handlers.cpp @@ -47,6 +47,11 @@ void Backend::useLocation(QString label) UseLocation(toGoStr(label)); } +void Backend::useAutomaticGateway() +{ + UseAutomaticGateway(); +} + void Backend::login(QString username, QString password) { Login(toGoStr(username), toGoStr(password)); -- cgit v1.2.3