move SheepIt settings to global settings
This commit is contained in:
@@ -8,12 +8,6 @@ namespace UnifiedFarmLauncher.Models
|
||||
{
|
||||
[JsonPropertyName("gpu")]
|
||||
public string Gpu { get; set; } = string.Empty;
|
||||
|
||||
[JsonPropertyName("username")]
|
||||
public string Username { get; set; } = string.Empty;
|
||||
|
||||
[JsonPropertyName("renderKey")]
|
||||
public string RenderKey { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
public class FlamencoConfig
|
||||
|
||||
Reference in New Issue
Block a user