mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-07 07:26:26 +02:00
UI: Option to automatically Hide UI when game launches (#462)
Quality of life feature Similar in function to the "Start Games in Fullscreen" toggle For users who want to run games in windowed/non-fullscreen mode with menu UI hidden, this eliminates the need to always click "Hide UI"
This commit is contained in:
parent
3974739ed3
commit
11531dacb6
8 changed files with 84 additions and 3 deletions
|
@ -1044,7 +1044,7 @@ namespace Ryujinx.Ava
|
|||
_viewModel.WindowState = WindowState.FullScreen;
|
||||
}
|
||||
|
||||
if (_viewModel.WindowState is WindowState.FullScreen)
|
||||
if (_viewModel.WindowState is WindowState.FullScreen || _viewModel.StartGamesWithoutUI)
|
||||
{
|
||||
_viewModel.ShowMenuAndStatusBar = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue