Endilll / vapoursynth-preview

Preview for VapourSynth scripts
Apache License 2.0
69 stars 21 forks source link

Misc: fix autosave_enabled changes unexpectedly. #21

Closed SaltyChiang closed 3 years ago

SaltyChiang commented 3 years ago

If misc: autosave_enabled option is set to false in .yml file, then launch vspreview and press save button in the misc toolbar, the option would be set to true incorrectly, with the autosave checkbox left unchecked.

This PR fixed it by initializing checkState of the checkbox.

Endilll commented 3 years ago

Thanks for pointing to the issue.