rjx-mirror/src/Ryujinx.Ava/UI/Windows
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
..
AboutWindow.axaml Avalonia UI: Fix letter "x" in Ryujinx logo being cut off (#5176) 2023-05-31 21:03:11 +00:00
AboutWindow.axaml.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
AmiiboWindow.axaml Move solution and projects to src 2023-04-27 23:51:14 +02:00
AmiiboWindow.axaml.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
CheatWindow.axaml UI: Expose games build ID for cheat management (#4340) 2023-05-07 14:36:44 +00:00
CheatWindow.axaml.cs UI: Expose games build ID for cheat management (#4340) 2023-05-07 14:36:44 +00:00
ContentDialogOverlayWindow.axaml Move solution and projects to src 2023-04-27 23:51:14 +02:00
ContentDialogOverlayWindow.axaml.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
DownloadableContentManagerWindow.axaml Move solution and projects to src 2023-04-27 23:51:14 +02:00
DownloadableContentManagerWindow.axaml.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
IconColorPicker.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
MainWindow.axaml UI: Move ApplicationContextMenu in a separated class (#4755) 2023-05-04 14:41:06 +00:00
MainWindow.axaml.cs ava: Fix exit dialog while guest is running. (#5207) 2023-06-03 03:37:00 +00:00
SettingsWindow.axaml Move solution and projects to src 2023-04-27 23:51:14 +02:00
SettingsWindow.axaml.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
StyleableWindow.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
TitleUpdateWindow.axaml Move solution and projects to src 2023-04-27 23:51:14 +02:00
TitleUpdateWindow.axaml.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00