fix: Don't use popups for wifi

This commit is contained in:
Fabio Lenherr / DashieTM 2023-11-19 23:52:16 +01:00
parent b68bc0ab77
commit 1080a03b8b
4 changed files with 106 additions and 81 deletions

View file

@ -31,6 +31,7 @@ pub const HANDLE_WIFI_CLICK: fn(Arc<Listeners>, FlowBox) =
listeners.stop_audio_listener();
listeners.stop_bluetooth_listener();
let wifiBox = Arc::new(WifiBox::new());
show_stored_connections(wifiBox.clone());
scanForWifi(listeners.clone(), wifiBox.clone());
let wifiFrame = wrapInFrame(SettingBox::new(&*wifiBox));
resetMain.remove_all();