WPF-Pilot / WpfPilot

https://wpfpilot.dev
Other
10 stars 5 forks source link

Fix ShowDialog blocking WPF Pilot #13

Closed ELanning closed 1 month ago

ELanning commented 1 month ago

Issue: Calling otherWindow.ShowDialog() was blocking the AppPayload command loop. This fixes that problem. I doubt this is the most elegant or best solution, but it's straightforward and works.