-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gui: Fix Tray status updates (#2183)
We have witnessed de-synchronizations between the status within the app's main Window and the systray which we believe arise from close asynchronous status updates (partially) overwriting each other. To prevent these, we will now enqueue those updates so only one is processed at a time. We also take the opportunity to reduce the number of systray image changes which can be costly CPU wise.
- Loading branch information
Showing
2 changed files
with
63 additions
and
46 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