darktable-org / lua-scripts

151 stars 110 forks source link

script_manager preference - check for updated scripts #407

Closed wpferguson closed 1 year ago

wpferguson commented 1 year ago

script_manager automatically checks for updated scripts and installs the appropriate version for the version of darktable being run.

https://github.com/darktable-org/darktable/issues/13845 shows a situation where this can be a nuisance, therefore the user is now given a preference in the lua options to turn off automatic update checking.

Fixes https://github.com/darktable-org/darktable/issues/13845