forked from Mirror/Ryujinx
c545c59851
* 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 |
||
---|---|---|
.. | ||
AboutWindow.axaml | ||
AboutWindow.axaml.cs | ||
AmiiboWindow.axaml | ||
AmiiboWindow.axaml.cs | ||
CheatWindow.axaml | ||
CheatWindow.axaml.cs | ||
ContentDialogOverlayWindow.axaml | ||
ContentDialogOverlayWindow.axaml.cs | ||
DownloadableContentManagerWindow.axaml | ||
DownloadableContentManagerWindow.axaml.cs | ||
IconColorPicker.cs | ||
MainWindow.axaml | ||
MainWindow.axaml.cs | ||
SettingsWindow.axaml | ||
SettingsWindow.axaml.cs | ||
StyleableWindow.cs | ||
TitleUpdateWindow.axaml | ||
TitleUpdateWindow.axaml.cs |