Skip to content

Commit

Permalink
Add local InfoProvider variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sto3014 committed Jan 14, 2022
1 parent 7ed2491 commit cce965d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/lua/lrpureraw.lrdevplugin/InfoProvider.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ local LrFileUtils = import("LrFileUtils")
--[[----------------------------------------------------------------------------
-----------------------------------------------------------------------------]]
local logger = require("Logger")

local InfoProvider = {}

--[[----------------------------------------------------------------------------
-----------------------------------------------------------------------------]]
function InfoProvider.sectionsForTopOfDialog(f, _)
Expand Down

0 comments on commit cce965d

Please sign in to comment.