feat(ui): hardcode mainnet, remove network selector

Drop the mainnet/testnet/regtest ComboBox from the wizard and fix
Net to always return NetKind.Mainnet. Core profiles and CLI --net
flag are untouched; the wallet file still records the network name.
This commit is contained in:
2026-06-15 10:35:38 +02:00
parent 5f983ca84e
commit 200c12651b
4 changed files with 2 additions and 16 deletions
@@ -341,7 +341,6 @@ public partial class MainWindowViewModel
_walletLock?.Dispose();
_walletLock = walletLock;
SelectedNetwork = doc.Network;
_doc = doc;
_account = account;
_walletPath = path;