nvm. I guess this has been default : true for a long time. Reverting

This commit is contained in:
Robert McRackan 2023-01-10 10:13:47 -05:00
parent de20590fd5
commit 09118b1ddf

View File

@ -188,7 +188,7 @@ namespace LibationFileManager
public bool DownloadEpisodes { get => GetNonString(defaultValue: true); set => SetNonString(value); }
[Description("Automatically run periodic scans in the background?")]
public bool AutoScan { get => GetNonString(defaultValue: false); set => SetNonString(value); }
public bool AutoScan { get => GetNonString(defaultValue: true); set => SetNonString(value); }
[Description("Auto download books? After scan, download new books in 'checked' accounts.")]
// poorly named setting. Should just be 'AutoDownload'. It is NOT episode specific