misc: chore: Remove redundant qualifiers

This commit is contained in:
KeatonTheBot 2025-03-30 00:29:59 -05:00
parent 9bcb744a6a
commit 19013d360a
8 changed files with 66 additions and 66 deletions

View file

@ -231,7 +231,7 @@ namespace Ryujinx.Ava.UI.Windows
ViewModel.ShowContent = true;
ViewModel.IsLoadingIndeterminate = false;
if (startFullscreen && ViewModel.WindowState != MainWindow.FullScreenWindowState)
if (startFullscreen && ViewModel.WindowState != FullScreenWindowState)
{
ViewModel.ToggleFullscreen();
}
@ -243,7 +243,7 @@ namespace Ryujinx.Ava.UI.Windows
ViewModel.ShowLoadProgress = true;
ViewModel.IsLoadingIndeterminate = true;
if (startFullscreen && ViewModel.WindowState != MainWindow.FullScreenWindowState)
if (startFullscreen && ViewModel.WindowState != FullScreenWindowState)
{
ViewModel.ToggleFullscreen();
}