mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 14:01:43 +00:00
* Enable updates in portable mode. * Added update test! * Enable update test again! * Triggering CI * Made this PR mergeable.
This commit is contained in:
parent
58660c8536
commit
5cb83293bc
1 changed files with 0 additions and 10 deletions
|
@ -491,16 +491,6 @@ namespace Ryujinx.Modules
|
|||
return false;
|
||||
}
|
||||
|
||||
if (AppDataManager.Mode == AppDataManager.LaunchMode.Portable)
|
||||
{
|
||||
if (showWarnings)
|
||||
{
|
||||
GtkDialog.CreateWarningDialog("You cannot update a portable version of Ryujinx!", "Please use a non-portable configuration to enable updates.");
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
if (Program.Version.Contains("dirty"))
|
||||
{
|
||||
if (showWarnings)
|
||||
|
|
Loading…
Reference in a new issue