Skip to content

Commit

Permalink
Remove need help from about
Browse files Browse the repository at this point in the history
  • Loading branch information
Neogeekmo committed Aug 5, 2023
1 parent 9f42a74 commit fbb1638
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions APR-Core/Config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -901,28 +901,6 @@ function APR.settings:CreateAboutOption()
fontSize = "medium",
name = L["WELCOME_ZYRR"] .. " " .. L["LEGACY_TEAM"] .. " Deathmessinger, DesMephisto, BrutallStatic",
},
blank21 = {
order = 4.3,
type = "description",
width = "full",
name = "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
},
NEED_HELP = {
order = 5,
type = "description",
fontSize = "medium",
name = L["NEED_HELP"],
width = 0.75,
},
discordButton = {
order = 5.1,
name = L["JOIN_DISCORD"],
type = "execute",
width = 0.75,
func = function()
_G.StaticPopup_Show("Discord_Link")
end
},
}
}
aceConfig:RegisterOptionsTable(APR.title .. "/About", optionsTable)
Expand Down

0 comments on commit fbb1638

Please sign in to comment.