mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 01:29:48 -06:00
ui: Disallow checking for updates while emulation active (#3886)
* Disallow updating while game is running * Reflected change on Avalonia * Git has gone wonky * Fix accidental indent
This commit is contained in:
@ -862,6 +862,7 @@ namespace Ryujinx.Ui
|
||||
|
||||
_gameLoaded = true;
|
||||
_actionMenu.Sensitive = true;
|
||||
UpdateMenuItem.Sensitive = false;
|
||||
|
||||
_lastScannedAmiiboId = "";
|
||||
|
||||
@ -1333,6 +1334,7 @@ namespace Ryujinx.Ui
|
||||
|
||||
_pauseEmulation.Sensitive = false;
|
||||
_resumeEmulation.Sensitive = false;
|
||||
UpdateMenuItem.Sensitive = true;
|
||||
RendererWidget?.Exit();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user