diff --git a/Models/GlobalSettings.cs b/Models/GlobalSettings.cs index 2e929bd..605e807 100644 --- a/Models/GlobalSettings.cs +++ b/Models/GlobalSettings.cs @@ -17,6 +17,9 @@ namespace UnifiedFarmLauncher.Models [JsonPropertyName("sheepItRenderKey")] public string SheepItRenderKey { get; set; } = string.Empty; + + [JsonPropertyName("flamencoWorkerPath")] + public string FlamencoWorkerPath { get; set; } = string.Empty; } }