Skip to content

Commit

Permalink
Removed one of the nameplate options and updated layout. #42
Browse files Browse the repository at this point in the history
  • Loading branch information
NoobTaco committed Aug 29, 2024
1 parent 5fb17c3 commit 9df7e06
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 657 deletions.
52 changes: 26 additions & 26 deletions Code.lua
Original file line number Diff line number Diff line change
Expand Up @@ -242,34 +242,34 @@ local InstallerData = {
E.private["bags"]["enable"] = false
end
end,
[5] = function()
PluginInstallFrame.SubTitle:SetText("Nameplates")
PluginInstallFrame.Desc1:SetText(
"These are the Nameplate Options available. Please click a button below to apply the layout of your choosing."
)
PluginInstallFrame.Desc2:SetText("Importance: |cff07D400High|r")
-- [5] = function()
-- PluginInstallFrame.SubTitle:SetText("Nameplates")
-- PluginInstallFrame.Desc1:SetText(
-- "These are the Nameplate Options available. Please click a button below to apply the layout of your choosing."
-- )
-- PluginInstallFrame.Desc2:SetText("Importance: |cff07D400High|r")

-- Option 1
PluginInstallFrame.Option1:Show()
PluginInstallFrame.Option1:SetScript(
"OnClick",
function()
NoobTacoUI:SetupNamePlatesLayout("v1")
end
)
PluginInstallFrame.Option1:SetText("Old: NoobTacoUI")
-- -- Option 1
-- PluginInstallFrame.Option1:Show()
-- PluginInstallFrame.Option1:SetScript(
-- "OnClick",
-- function()
-- NoobTacoUI:SetupNamePlatesLayout("v1")
-- end
-- )
-- PluginInstallFrame.Option1:SetText("Old: NoobTacoUI")

-- Option 2
PluginInstallFrame.Option2:Show()
PluginInstallFrame.Option2:SetScript(
"OnClick",
function()
NoobTacoUI:SetupNamePlatesLayout("v2")
end
)
PluginInstallFrame.Option2:SetText("New: BlizzLike")
end,
[6] = function()
-- -- Option 2
-- PluginInstallFrame.Option2:Show()
-- PluginInstallFrame.Option2:SetScript(
-- "OnClick",
-- function()
-- NoobTacoUI:SetupNamePlatesLayout("v2")
-- end
-- )
-- PluginInstallFrame.Option2:SetText("New: BlizzLike")
-- end,
[5] = function()
PluginInstallFrame.SubTitle:SetText("Installation Complete")
PluginInstallFrame.Desc1:SetText(
"You have completed the installation process.\nIf you need help or wish to report a bug, please go to http://tukui.org"
Expand Down
Loading

0 comments on commit 9df7e06

Please # to comment.