Skip to content

Commit

Permalink
Add new skins option
Browse files Browse the repository at this point in the history
  • Loading branch information
fafaraway committed Sep 10, 2020
1 parent 9ef89b1 commit 8f7998b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion FreeUI/gui/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,15 @@ local function AppearanceOptions()
local WowLua = GUI:CreateCheckBox(parent, 'APPEARANCE', 'reskin_wowlua')
WowLua:SetPoint('TOPLEFT', Skada, 'BOTTOMLEFT', 0, -8)

local toasts = GUI:CreateCheckBox(parent, 'APPEARANCE', 'reskin_toasts')
toasts:SetPoint('LEFT', WowLua, 'RIGHT', 160, 0)

local meetingStone = GUI:CreateCheckBox(parent, 'APPEARANCE', 'reskin_meetingstone')
meetingStone:SetPoint('TOPLEFT', WowLua, 'BOTTOMLEFT', 0, -8)


local other = GUI:AddSubCategory(parent)
other:SetPoint('TOPLEFT', WowLua, 'BOTTOMLEFT', 0, -16)
other:SetPoint('TOPLEFT', meetingStone, 'BOTTOMLEFT', 0, -16)


local uiScale = GUI:CreateSlider(parent, 'ACCOUNT', 'ui_scale', nil, {.4, 2, .01})
Expand Down

0 comments on commit 8f7998b

Please sign in to comment.