mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
pi: only show update message if we aren't on the release track
This commit is contained in:
parent
c57cc5c41f
commit
4bbba20927
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ internal class PluginInstallerWindow : Window, IDisposable
|
||||||
return;
|
return;
|
||||||
|
|
||||||
var versionInfo = t.Result;
|
var versionInfo = t.Result;
|
||||||
if (versionInfo.AssemblyVersion != Util.GetGitHash())
|
if (versionInfo.AssemblyVersion != Util.GetGitHash() && versionInfo.Track != "release")
|
||||||
this.staleDalamudNewVersion = versionInfo.AssemblyVersion;
|
this.staleDalamudNewVersion = versionInfo.AssemblyVersion;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue