Initial AmiReel application
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace AmigaDB.VideoRenderer.Models;
|
||||
|
||||
public sealed record AppSettings(
|
||||
string OutputFolder,
|
||||
string EndCardPath,
|
||||
string FfmpegPath,
|
||||
string FfprobePath,
|
||||
string Theme)
|
||||
{
|
||||
public static AppSettings Default(string outputFolder) => new(outputFolder, "", "", "", "Dark");
|
||||
}
|
||||
Reference in New Issue
Block a user