mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-08 09:27:14 +00:00
UI: Forgot to restore the updater in one place
I knew something was missing
This commit is contained in:
parent
f09ca0f57f
commit
c229d458e7
@ -193,10 +193,10 @@ namespace Ryujinx.Ava.Systems
|
|||||||
LocaleManager.Instance[LocaleKeys.DialogUpdaterAlreadyOnLatestVersionMessage],
|
LocaleManager.Instance[LocaleKeys.DialogUpdaterAlreadyOnLatestVersionMessage],
|
||||||
string.Empty);
|
string.Empty);
|
||||||
|
|
||||||
/*if (userResult is UserResult.Ok)
|
if (userResult is UserResult.Ok)
|
||||||
{
|
{
|
||||||
OpenHelper.OpenUrl(ReleaseInformation.GetChangelogForVersion(currentVersion));
|
OpenHelper.OpenUrl(ReleaseInformation.GetChangelogForVersion(currentVersion, _currentReleaseChannel.Value));
|
||||||
}*/
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Logger.Info?.Print(LogClass.Application, "Up to date.");
|
Logger.Info?.Print(LogClass.Application, "Up to date.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user