move SheepIt settings to global settings
This commit is contained in:
@@ -11,6 +11,12 @@ namespace UnifiedFarmLauncher.Models
|
||||
"https://www.sheepit-renderfarm.com/media/applet/client-latest.php",
|
||||
"https://www.sheepit-renderfarm.com/media/applet/client-latest.jar"
|
||||
};
|
||||
|
||||
[JsonPropertyName("sheepItUsername")]
|
||||
public string SheepItUsername { get; set; } = string.Empty;
|
||||
|
||||
[JsonPropertyName("sheepItRenderKey")]
|
||||
public string SheepItRenderKey { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user