mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-02 17:19:43 +01:00
Small cleanup
This commit is contained in:
parent
9066cced26
commit
81bef43e80
1 changed files with 1 additions and 9 deletions
|
@ -1033,15 +1033,7 @@ namespace Ryujinx.Ava
|
|||
_viewModel.WindowState = WindowState.FullScreen;
|
||||
}
|
||||
|
||||
if (_viewModel.WindowState is WindowState.FullScreen)
|
||||
{
|
||||
_viewModel.ShowMenuAndStatusBar = false;
|
||||
}
|
||||
});
|
||||
|
||||
Dispatcher.UIThread.InvokeAsync(() =>
|
||||
{
|
||||
if (_viewModel.StartGamesWithoutUI)
|
||||
if ((_viewModel.WindowState is WindowState.FullScreen) || _viewModel.StartGamesWithoutUI)
|
||||
{
|
||||
_viewModel.ShowMenuAndStatusBar = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue