diff --git a/Libs/zzLDB/zzLDB.lua b/Libs/zzLDB/zzLDB.lua index 5d00302..aa34d34 100755 --- a/Libs/zzLDB/zzLDB.lua +++ b/Libs/zzLDB/zzLDB.lua @@ -29,7 +29,7 @@ function lib:DefaultOnClick(_, button, addon, childName) InterfaceOptionsFrame:Hide() end else - if(Settings.OpenToCategory) then + if(Settings and Settings.OpenToCategory) then Settings.OpenToCategory(childName) else InterfaceOptionsFrame_OpenToCategory(childName)