fix: Merge

This commit is contained in:
Fabio Lenherr / DashieTM 2023-11-12 13:17:19 +01:00
parent ca77df98e1
commit d07180e2c7
7 changed files with 26 additions and 83 deletions

View file

@ -25,8 +25,6 @@ pub struct WifiBox {
#[template_child]
pub resetWifiList: TemplateChild<ListBox>,
#[template_child]
pub resetWifiAdvanced: TemplateChild<Button>,
#[template_child]
pub resetStoredWifiList: TemplateChild<ListBox>,
pub wifiEntries: Arc<Mutex<Vec<ListEntry>>>,
pub savedWifiEntries: Arc<Mutex<Vec<ListEntry>>>,