Make "Auto sync now and future" persistent (#6488)

Currently this setting applies only to the current KOReader instance. It
gets reseted after KOReader restart.
reviewable/pr6495/r1
Galunid 4 years ago committed by GitHub
parent 8198b2bcc3
commit d1018d2e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -165,6 +165,7 @@ function KOSync:addToMainMenu(menu_items)
-- current progress now to avoid to lose it silently.
self:updateProgress(true)
end
self:saveSettings()
end,
},
{

Loading…
Cancel
Save