Skip to content

fix: resolve GUI responsiveness and window state issues#184

Open
ricred wants to merge 1 commit intoIgorMundstein:mainfrom
ricred:fix/gui-responsiveness-and-window-state
Open

fix: resolve GUI responsiveness and window state issues#184
ricred wants to merge 1 commit intoIgorMundstein:mainfrom
ricred:fix/gui-responsiveness-and-window-state

Conversation

@ricred
Copy link

@ricred ricred commented Feb 13, 2026

I did the following changes to make it work better.
I have tested it locally.
This PR does not introduce any breaking changes nor needs for updating any documentation.

  • Marshal RaisePropertyChanged to UI thread to prevent cross-thread exceptions
  • Replace Thread.Sleep with DispatcherTimer to avoid UI thread blocking
  • Fix window restoration to handle minimized state correctly
  • Remove temporary Topmost assignments that overrode user settings

- Marshal RaisePropertyChanged to UI thread to prevent cross-thread exceptions
- Replace Thread.Sleep with DispatcherTimer to avoid UI thread blocking
- Fix window restoration to handle minimized state correctly
- Remove temporary Topmost assignments that overrode user settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant