fix: connection selection

This commit is contained in:
ardocrat 2024-09-20 23:12:44 +03:00
parent 04bf5a5349
commit ac0b218376

View file

@ -533,7 +533,6 @@ impl WalletsContent {
show_selection = true; show_selection = true;
}); });
if show_selection { if show_selection {
self.conn_selection_content = None;
ExternalConnection::check(None, ui.ctx()); ExternalConnection::check(None, ui.ctx());
} }
} }