mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-20 02:36:35 +00:00
Cleanup casts
This commit is contained in:
parent
486a352de2
commit
5ad5679145
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ namespace Ryujinx.Ava.UI.Views.Input
|
|||
LocaleManager.Instance[LocaleKeys.InputDialogYes],
|
||||
LocaleManager.Instance[LocaleKeys.InputDialogNo],
|
||||
LocaleManager.Instance[LocaleKeys.RyujinxConfirm],
|
||||
parent: (Window)this.VisualRoot);
|
||||
parent: (Window)VisualRoot);
|
||||
|
||||
if (result == UserResult.Yes)
|
||||
{
|
||||
|
|
|
@ -30,7 +30,7 @@ namespace Ryujinx.Ava.UI.Views.Settings
|
|||
"",
|
||||
LocaleManager.Instance[LocaleKeys.InputDialogOk],
|
||||
LocaleManager.Instance[LocaleKeys.DialogSettingsBackendThreadingWarningTitle],
|
||||
parent: this.VisualRoot as Window)
|
||||
parent: (Window)VisualRoot)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue