Skip to content

Commit

Permalink
en garde
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed Oct 29, 2022
1 parent 9b4f767 commit f6217c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# tullaRange release notes

## 10.0.2

* Improve check for new Settings UI

## 10.0.1

* Add support for 10.0.0
Expand Down
2 changes: 1 addition & 1 deletion tullaRange_Config/widgets/optionsPanel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function OptionsPanel:New(name, parent, title, subtitle, icon)
subtext:SetText(subtitle)

local Settings = _G.Settings
if type(Settings) == "table" and Settings.RegisterCanvasLayoutCategory then
if type(Settings) == "table" and type(Settings.RegisterCanvasLayoutCategory) == "function" then
local category = Settings.RegisterCanvasLayoutCategory(frame, frame.name, frame.name)

category.ID = frame.name
Expand Down

0 comments on commit f6217c1

Please sign in to comment.