preferences to persistent in ToggleAutoUpdate()

This commit is contained in:
Nio 2021-10-24 19:59:22 +11:00
parent 92a0ec89b7
commit ed92ba7d0f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ init python:
def ToggleAutoUpdate():
onclick_audio(persistent.autoup)
preferences.autoup = not preferences.autoup
persistent.autoup = not persistent.autoup #was : preferences.autoup
def ToggleAutoForwardMove():
onclick_audio(persistent.afm_enable)