0
0
Fork 0
This repository has been archived on 2024-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
ryujinx-final/src/Ryujinx.Ava/UI/Helpers
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
..
ApplicationOpenedEventArgs.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
BitmapArrayValueConverter.cs UI: Fix empty homebrew icon (#5189) 2023-06-01 18:24:00 +02:00
ButtonKeyAssigner.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ContentDialogHelper.cs ava: Fix exit dialog while guest is running. (#5207) 2023-06-03 03:37:00 +00:00
Glyph.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
GlyphValueConverter.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
HotKeyControl.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
KeyValueConverter.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
LoggerAdapter.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
MiniCommand.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
NotificationHelper.cs Ryujinx.Ava: fixes for random hangs on exit (#4827) 2023-05-26 23:57:43 +02:00
NullableDateTimeConverter.cs Changed LastPlayed field from string to nullable DateTime (#4861) 2023-05-12 01:56:37 +02:00
OffscreenTextBox.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
UserErrorDialog.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
UserResult.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
Win32NativeInterop.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00