Polish AmiReel UI and improve render workflow
This commit is contained in:
@@ -5,6 +5,7 @@ public sealed record AppSettings(
|
||||
string EndCardPath,
|
||||
string FfmpegPath,
|
||||
string FfprobePath,
|
||||
string PreviewPlayerPath,
|
||||
string Theme,
|
||||
string Encoder,
|
||||
string TrimStart,
|
||||
@@ -17,6 +18,7 @@ public sealed record AppSettings(
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"Dark",
|
||||
"Auto",
|
||||
"4.414",
|
||||
@@ -29,6 +31,7 @@ public sealed record AppSettings(
|
||||
EndCardPath ?? "",
|
||||
FfmpegPath ?? "",
|
||||
FfprobePath ?? "",
|
||||
PreviewPlayerPath ?? "",
|
||||
string.IsNullOrWhiteSpace(Theme) ? "Dark" : Theme,
|
||||
string.IsNullOrWhiteSpace(Encoder) ? "Auto" : Encoder,
|
||||
string.IsNullOrWhiteSpace(TrimStart) ? "4.414" : TrimStart,
|
||||
|
||||
Reference in New Issue
Block a user