[+] Allow login with higher data version

This commit is contained in:
Clansty
2024-07-09 16:18:54 +08:00
parent 222ed29b6c
commit 5772ff78e6
4 changed files with 21 additions and 1 deletions

View File

@@ -30,11 +30,12 @@ namespace AquaMai
public bool SkipEventInfo { get; set; }
public bool ImmediateSave { get; set; }
public bool LoadLocalBga { get; set; }
public bool SkipVersionCheck { get; set; }
public string CustomVersionString { get; set; }
public string ExecOnIdle { get; set; }
public string ExecOnEntry { get; set; }
}
public class PerformanceConfig
{
public bool ImproveLoadSpeed { get; set; }