Skip to content

Commit

Permalink
fix cancel file selection to also close the create wallet dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
OBorce committed Nov 5, 2023
1 parent 44e901c commit 19f5007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node-gui/src/main_window/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ impl MainWindow {
}
MainWindowMessage::ImportWalletFileCanceled => {
self.file_dialog_active = false;
self.active_dialog = ActiveDialog::None;
Command::none()
}

Expand Down

0 comments on commit 19f5007

Please sign in to comment.