mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-08 11:59:43 -05:00
FF-1493: Added ability to save images to the file log
This commit is contained in:
@@ -10,12 +10,12 @@ public class PluginSettings : IPluginSettings
|
||||
/// </summary>
|
||||
[Text(1)]
|
||||
[Required]
|
||||
public string UserKey { get; set; }
|
||||
public string UserKey { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the API Token
|
||||
/// </summary>
|
||||
[Text(2)]
|
||||
[Required]
|
||||
public string ApiToken { get; set; }
|
||||
public string ApiToken { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user