mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-18 18:48:33 +02:00
chore: underscore temporary variable
This commit is contained in:
parent
225b0f6975
commit
ed905cd075
|
@ -79,7 +79,7 @@ impl WifiEntry {
|
||||||
let selfImp = self.imp();
|
let selfImp = self.imp();
|
||||||
selfImp.resetWifiEditButton.connect_clicked(clone!(@ weak selfImp => move |_| {
|
selfImp.resetWifiEditButton.connect_clicked(clone!(@ weak selfImp => move |_| {
|
||||||
// TODO open navigationpage
|
// TODO open navigationpage
|
||||||
let option = getConnectionSettings(selfImp.accessPoint.borrow().associated_connection.clone());
|
let _option = getConnectionSettings(selfImp.accessPoint.borrow().associated_connection.clone());
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue