mirror of
https://github.com/cyanfish/naps2.git
synced 2024-11-11 02:45:19 +03:00
Fix auto save condition
This commit is contained in:
parent
ae876ed248
commit
34a90b80d9
@ -64,7 +64,7 @@ namespace NAPS2.Scan
|
||||
|
||||
var source = controller.Scan(options, op.CancelToken);
|
||||
|
||||
if (scanProfile.AutoSaveSettings != null)
|
||||
if (scanProfile.EnableAutoSave && scanProfile.AutoSaveSettings != null)
|
||||
{
|
||||
source = autoSaver.Save(scanProfile.AutoSaveSettings, source);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user