mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 10:09:42 -06:00
Show/Hide UI Hotkey fix on Avalonia (#5133)
* fix show/hide ui for ava * revert style * unbound by default * revert
This commit is contained in:

committed by
GitHub

parent
193ca3c9a2
commit
638f3761f3
@ -1044,7 +1044,7 @@ namespace Ryujinx.Ava
|
||||
ScreenshotRequested = true;
|
||||
break;
|
||||
case KeyboardHotkeyState.ShowUi:
|
||||
_viewModel.ShowMenuAndStatusBar = true;
|
||||
_viewModel.ShowMenuAndStatusBar = !_viewModel.ShowMenuAndStatusBar;
|
||||
break;
|
||||
case KeyboardHotkeyState.Pause:
|
||||
if (_viewModel.IsPaused)
|
||||
|
Reference in New Issue
Block a user