Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dispose UI stuff on exit in the most common case #11511

Conversation

kiminuo
Copy link
Collaborator

@kiminuo kiminuo commented Sep 19, 2023

See #10844 (comment) for the related discussion.

The goal of the PR is to dispose UI stuff every time, that is:

  • When user terminates WW with X button.
  • When CTRL+C is pressed (very early, after application is fully loaded, in the meanwhile)
  • (Scenarios like restarting one's machine are notoriously hard to test.)

soosr
soosr previously approved these changes Sep 20, 2023
Copy link
Collaborator

@soosr soosr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK

@kiminuo kiminuo marked this pull request as ready for review September 20, 2023 08:04
Co-authored-by: yahiheb <52379387+yahiheb@users.noreply.github.com>
@kiminuo kiminuo merged commit 9e9a2c4 into WalletWasabi:master Sep 21, 2023
3 of 6 checks passed
@kiminuo kiminuo deleted the feature/2023-09-19-Terminate-application-move-dispose branch September 21, 2023 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants