mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-21 16:43:35 +00:00
Fix relaunch issues
This commit is contained in:
parent
324d0528d3
commit
fbfaf63940
1 changed files with 2 additions and 2 deletions
|
@ -949,8 +949,8 @@ namespace Ryujinx.Ui
|
|||
UpdateColumns();
|
||||
UpdateGameTable();
|
||||
|
||||
Task.Run(RefreshFirmwareLabel);
|
||||
Task.Run(HandleRelaunch);
|
||||
RefreshFirmwareLabel();
|
||||
HandleRelaunch();
|
||||
|
||||
_actionMenu.Sensitive = false;
|
||||
_firmwareInstallFile.Sensitive = true;
|
||||
|
|
Loading…
Reference in a new issue