[+] Prevent accidental touch of the Test button

This commit is contained in:
Clansty
2024-08-20 00:36:24 +08:00
parent eb72839e2b
commit cdd3c81bdc
5 changed files with 52 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ namespace AquaMai
public bool SkipEventInfo { get; set; }
public bool ImmediateSave { get; set; }
public bool LoadLocalBga { get; set; }
public bool TestProof { get; set; }
public string CustomVersionString { get; set; }
public string ExecOnIdle { get; set; }
public string ExecOnEntry { get; set; }