Skip to content

Commit

Permalink
Removed slash command /inc config due to errors. Slash command not ne…
Browse files Browse the repository at this point in the history
…eded as you can reach same area within the Options > Addons.

Will return the slash command once a definitive fix is in place.
  • Loading branch information
Starlynk1 committed Aug 1, 2024
1 parent 48b1841 commit de279de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions IncognitoResurrected.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ local SlashOptions = {
desc = L["name_desc"],
type = "input",
},
config = {
--[[ config = {
name = L["config"],
desc = L["config_desc"],
guiHidden = true,
type = "execute",
func = function()
InterfaceOptionsFrame_OpenToCategory(IncognitoResurrected)
end,
}
} ]]
},
}

Expand Down
5 changes: 1 addition & 4 deletions IncognitoResurrected_deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,4 @@ L["channel"] = "Kanal"
L["channel_desc"] = "Deinen Namen in diesem benutzerdefinierten Kanal anzeigen."

L["hideOnMatchingCharName"] = "Name nicht anzeigen, wenn er mit dem Charakternamen übereinstimmt"
L["hideOnMatchingCharName_desc"] = "Wenn der oben angegebene Name gleich dem Namen deines aktuellen Charakters ist, fügt ihn IncognitoResurrected nicht hinzu, wenn diese Option ausgewählt ist."

L["config"] = "Open Configuration"
L["config_desc"] = "Opens configuration window"
L["hideOnMatchingCharName_desc"] = "Wenn der oben angegebene Name gleich dem Namen deines aktuellen Charakters ist, fügt ihn IncognitoResurrected nicht hinzu, wenn diese Option ausgewählt ist."

0 comments on commit de279de

Please sign in to comment.