mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-23 06:09:59 -06:00
misc: Code cleanups & remove references to Patreon & Twitter.
This commit is contained in:
@ -911,7 +911,8 @@ namespace Ryujinx.Ava.UI.ViewModels
|
||||
|
||||
public KeyGesture PauseKey
|
||||
{
|
||||
get => KeyGesture.Parse(_pauseKey); set
|
||||
get => KeyGesture.Parse(_pauseKey);
|
||||
set
|
||||
{
|
||||
_pauseKey = value.ToString();
|
||||
|
||||
|
Reference in New Issue
Block a user