do not enable AutoScan by default
This commit is contained in:
parent
1050ffdb24
commit
de20590fd5
1 changed files with 1 additions and 1 deletions
|
|
@ -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: true); set => SetNonString(value); }
|
||||
public bool AutoScan { get => GetNonString(defaultValue: false); 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…
Add table
Add a link
Reference in a new issue