"Enable autobackup" option is replaced by

"Autobackup every N hour" 0..24 (default 0 disabled), Autobackup model files with preview every N hour
This commit is contained in:
Colombo 2020-02-02 20:53:18 +04:00
parent ee27bb0aac
commit 5620763ccf
3 changed files with 21 additions and 15 deletions

View file

@ -48,7 +48,7 @@ class SAEHDModel(ModelBase):
ask_override = self.ask_override()
if self.is_first_run() or ask_override:
self.ask_enable_autobackup()
self.ask_autobackup_hour()
self.ask_write_preview_history()
self.ask_target_iter()
self.ask_random_flip()