mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-12-15 10:01:39 +01:00
fix: Merge
This commit is contained in:
parent
ca77df98e1
commit
d07180e2c7
7 changed files with 26 additions and 83 deletions
|
|
@ -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>>>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue