mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-09-09 11:59:17 +02:00
chore: underscore temporary variable
This commit is contained in:
parent
225b0f6975
commit
ed905cd075
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue