Skip to content

Commit fad74d6

Browse files
committed
tools/script_manager.lua - cleaned up deactivate comments
1 parent 3e2d4c9 commit fad74d6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tools/script_manager.lua

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,12 @@ local function activate(script)
368368
end
369369

370370
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
375377

376378
-- deactivate it....
377379
pref_write(script.script_name, "bool", false)

0 commit comments

Comments
 (0)