Skip to content

Commit 1dc1f5f

Browse files
author
Jérémy Rosen
committed
disable image_path_in_ui since it relies on a disabled feature
1 parent 288969b commit 1dc1f5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

official/image_path_in_ui.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This plugin will add a widget at the bottom of the left column in lighttable mod
2828
2929
3030
]]
31+
--[[
3132
local dt = require "darktable"
3233
dt.configuration.check_version(...,{2,0,0})
3334
@@ -58,6 +59,6 @@ dt.register_lib("image_path_no_ui","Selected Images path",true,false,{
5859
);
5960
6061
dt.register_event("mouse-over-image-changed",reset_widget);
61-
62+
]]
6263
--
6364
-- vim: shiftwidth=2 expandtab tabstop=2 cindent syntax=lua

0 commit comments

Comments
 (0)