Skip to content

Commit f54d449

Browse files
authored
increase required api version
… to match darktable 4.6.x
1 parent 5f29211 commit f54d449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/x-touch.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ midi:C0=iop/channelmixerrgb;focus
5353
local dt = require "darktable"
5454
local du = require "lib/dtutils"
5555

56-
du.check_min_api_version("9.1.0", "x-touch")
56+
du.check_min_api_version("9.2.0", "x-touch")
5757

5858
-- set up 8 mimic sliders with the same function
5959
for k = 1,8 do

0 commit comments

Comments
 (0)