File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -368,10 +368,12 @@ local function activate(script)
368
368
end
369
369
370
370
local function deactivate (script )
371
- -- presently the lua api doesn't support unloading gui elements however, we
372
- -- can hide libs, so we just mark those as hidden and hide the gui
373
- -- can delete storage
374
- -- therefore we just mark then inactive for the next time darktable starts
371
+ -- presently the lua api doesn't support unloading lib elements however, we
372
+ -- can hide libs, so we just mark those as hidden and hide the gui
373
+ -- can delete storages
374
+ -- can delete actions
375
+ -- can delete selects
376
+ -- and mark them inactive for the next time darktable starts
375
377
376
378
-- deactivate it....
377
379
pref_write (script .script_name , " bool" , false )
You can’t perform that action at this time.
0 commit comments