This commit is contained in:
Jose Conde
2025-09-06 14:59:10 +02:00
parent 94e6ef651e
commit dc57da8136
5 changed files with 43 additions and 19 deletions

View File

@@ -17,5 +17,8 @@ namespace ModVersionChecker.data.model
[JsonPropertyName("checkOnStartup")]
public bool CheckOnStartup { get; set; } = true;
[JsonPropertyName("runOnStartup")]
public bool RunOnStartup { get; set; } = false;
}
}