Ryujinx/src/Ryujinx.Ava/UI
Ac_K c545c59851
ava: Fix exit dialog while guest is running. (#5207)
* ava: Fix exit dialog while guest is running.

There is currently an issue while a game runs, the content dialog creation method check if `IsGameRunning` is true to show the popup.
But the condition here is wrong (`window` is null) so it throw a NullException silently in `Dispatcher.UIThread`.
This is now fixed by using the right casting.

* improve condition

* Fix spacing
2023-06-03 03:37:00 +00:00
..
Applet Move solution and projects to src 2023-04-27 23:51:14 +02:00
Controls Add Context Menu Option to Run Application (#5154) 2023-05-30 19:51:03 +01:00
Helpers ava: Fix exit dialog while guest is running. (#5207) 2023-06-03 03:37:00 +00:00
Models Changed LastPlayed field from string to nullable DateTime (#4861) 2023-05-12 01:56:37 +02:00
Renderer Move solution and projects to src 2023-04-27 23:51:14 +02:00
ViewModels Update LastPlayed date on emulation end. (#5056) 2023-05-28 23:03:27 +02:00
Views UI: Fix empty homebrew icon (#5189) 2023-06-01 18:24:00 +02:00
Windows ava: Fix exit dialog while guest is running. (#5207) 2023-06-03 03:37:00 +00:00