fix: connection selection

This commit is contained in:
ardocrat
2024-09-20 23:12:44 +03:00
parent 04bf5a5349
commit ac0b218376
-1
View File
@@ -533,7 +533,6 @@ impl WalletsContent {
show_selection = true;
});
if show_selection {
self.conn_selection_content = None;
ExternalConnection::check(None, ui.ctx());
}
}