Skip to content

Commit

Permalink
Change yellow enable to green
Browse files Browse the repository at this point in the history
  • Loading branch information
Neogeekmo committed Aug 11, 2024
1 parent d6a14e6 commit f36de24
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,20 @@
"[lua]": {
"editor.defaultFormatter": "sumneko.lua"
},
"Lua.diagnostics.globals": []
"Lua.diagnostics.globals": [],
"Lua.runtime.version": "Lua 5.1",
"Lua.runtime.builtin": {
"basic": "disable",
"debug": "disable",
"io": "disable",
"math": "disable",
"os": "disable",
"package": "disable",
"string": "disable",
"table": "disable",
"utf8": "disable"
},
"Lua.workspace.library": [
"~\\.vscode\\extensions\\ketho.wow-api-0.16.5\\Annotations"
]
}
2 changes: 1 addition & 1 deletion Config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function AprRC.settings:CreateMiniMapButton()
if self.profile.enableAddon then
toggleAddon = "|ccce0000f " .. L_APR["DISABLE"] .. "|r"
else
toggleAddon = "|c33ecc00f " .. L_APR["ENABLE"] .. "|r"
toggleAddon = "|cff00ff00 " .. L_APR["ENABLE"] .. "|r"
end
tooltip:AddLine(AprRC.title)
tooltip:AddLine(L_APR["LEFT_CLICK"] .. ": |cffeda55f" .. L_APR["SHOW_MENU"] .. "|r",
Expand Down

0 comments on commit f36de24

Please sign in to comment.