mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Fix update migration logic
This commit is contained in:
parent
cf6b95e695
commit
b84522a643
@ -227,7 +227,7 @@ namespace Bloxstrap
|
|||||||
|
|
||||||
App.FastFlags.Save();
|
App.FastFlags.Save();
|
||||||
}
|
}
|
||||||
else if (currentVersionInfo.ProductVersion.StartsWith("2.6.0"))
|
else if (existingVersionInfo.ProductVersion == "2.5.4")
|
||||||
{
|
{
|
||||||
if (App.Settings.Prop.UseDisableAppPatch)
|
if (App.Settings.Prop.UseDisableAppPatch)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user