Create a cue sheet: default false

This commit is contained in:
rmcrackan 2025-06-25 12:43:50 -04:00
parent da9dc91469
commit f511041781

View File

@ -132,7 +132,7 @@ namespace LibationFileManager
public bool AllowLibationFixup { get => GetNonString(defaultValue: true); set => SetNonString(value); } public bool AllowLibationFixup { get => GetNonString(defaultValue: true); set => SetNonString(value); }
[Description("Create a cue sheet (.cue)")] [Description("Create a cue sheet (.cue)")]
public bool CreateCueSheet { get => GetNonString(defaultValue: true); set => SetNonString(value); } public bool CreateCueSheet { get => GetNonString(defaultValue: false); set => SetNonString(value); }
[Description("Retain the Aax file after successfully decrypting")] [Description("Retain the Aax file after successfully decrypting")]
public bool RetainAaxFile { get => GetNonString(defaultValue: false); set => SetNonString(value); } public bool RetainAaxFile { get => GetNonString(defaultValue: false); set => SetNonString(value); }