Skip to content

Commit 19f5007

Browse files
committed
fix cancel file selection to also close the create wallet dialog
1 parent 44e901c commit 19f5007

File tree

1 file changed

+1
-0
lines changed
  • node-gui/src/main_window

1 file changed

+1
-0
lines changed

node-gui/src/main_window/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@ impl MainWindow {
561561
}
562562
MainWindowMessage::ImportWalletFileCanceled => {
563563
self.file_dialog_active = false;
564+
self.active_dialog = ActiveDialog::None;
564565
Command::none()
565566
}
566567

0 commit comments

Comments
 (0)