nvm. I guess this has been default : true for a long time. Reverting
This commit is contained in:
parent
de20590fd5
commit
09118b1ddf
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user