Disable main window until DLLs are ready
Other code changes
This commit is contained in:
parent
092c8f3277
commit
bf7f309ea6
8 changed files with 199 additions and 121 deletions
|
@ -92,7 +92,7 @@ namespace auto_creamapi.Model
|
|||
|
||||
private void ResetConfigData()
|
||||
{
|
||||
Config.AppId = 0;
|
||||
Config.AppId = -1;
|
||||
Config.Language = "";
|
||||
Config.UnlockAll = false;
|
||||
Config.ExtraProtection = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue