-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
screens: Continue on open file cancel. (#183)
Rather than throwing an exception when restoring a wallet from file, just return, allowing the user to do something else. Create a logging helper for errors that logs to stdErr and the main ui window. Do not move a user's wallet file without warning. Copy it instead. Check that the file is a sqlite database, otherwise you get stuck in a loop until you delete or move the file manually.
- Loading branch information
1 parent
defd011
commit ecdefe7
Showing
2 changed files
with
43 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters