Skip to content

Commit

Permalink
disable back button
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandUI committed Jun 26, 2024
1 parent 6d0a1ef commit bc88a56
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ private ManualControlDialogViewModel(IWalletModel walletModel, Wallet wallet)
{
CoinList = new CoinListViewModel(walletModel, walletModel.Coins, [], allowCoinjoiningCoinSelection: true, ignorePrivacyMode: true, allowSelection: true);

EnableBack = true;

var nextCommandCanExecute =
CoinList.Selection
.ToObservableChangeSet()
Expand Down

0 comments on commit bc88a56

Please sign in to comment.