fix: close wallet panels when settings are open

This commit is contained in:
ardocrat
2026-03-09 20:55:11 +03:00
parent 7fdb8d272b
commit 22255e0f2a
+1
View File
@@ -516,6 +516,7 @@ impl WalletsContent {
}
}, ui);
if show_settings {
self.wallet_content.back(cb);
self.settings_content = Some(SettingsContent::default());
}
}