flam worker path also to global

This commit is contained in:
Nathan
2025-12-17 16:27:28 -07:00
parent 38105c2cfb
commit 4628fafc79

View File

@@ -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;
}
}