Skip to content

Commit

Permalink
- added importing/exporting of config
Browse files Browse the repository at this point in the history
  • Loading branch information
frozn committed May 26, 2024
1 parent 3af0e53 commit 5163546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TipTacOptions/ttOptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ local function Misc_SettingsDropDownOnClick(dropDownMenuButton, arg1, arg2)

local success, newCfg = LibSerialize:Deserialize(serializedConfig);

if (not success) then
if (not success) or (type(newCfg) ~= "table") then
addFailedMessageToChatFrame();
return;
end
Expand Down

0 comments on commit 5163546

Please sign in to comment.