Skip to content

Commit 75cb1a5

Browse files
authored
added {5,0,0} to the check_version
1 parent 8436c87 commit 75cb1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/moduleExample.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ https://www.darktable.org/lua-api/index.html.php#darktable_new_widget
3232

3333
local dt = require "darktable"
3434

35-
dt.configuration.check_version(...,{3,0,0},{4,0,0})
35+
dt.configuration.check_version(...,{3,0,0},{4,0,0},{5,0,0})
3636

3737
-- add a new lib
3838
local check_button = dt.new_widget("check_button"){label = "MyCheck_button", value = true}

0 commit comments

Comments
 (0)