diff options
Diffstat (limited to 'app/wifi')
-rw-r--r-- | app/wifi/Wifi.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/wifi/Wifi.qml b/app/wifi/Wifi.qml index f5fdae1..1536e8b 100644 --- a/app/wifi/Wifi.qml +++ b/app/wifi/Wifi.qml @@ -325,7 +325,7 @@ SettingPage { //Timer for periodic refresh; this is BAD solution, need to figure out how to subscribe for events Timer { id: periodicRefresh - interval: 5000 // 5seconds + interval: 1000 // 1second onTriggered: { networkList.clear() |