Skip to content

Commit

Permalink
It served its purposed
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed May 2, 2023
1 parent a2fde84 commit 4839d1a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion ls_UI/core/defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ D.global = {
vert = "LS",
},
},
login_message = true,
}

D.profile = {
Expand Down
4 changes: 0 additions & 4 deletions ls_UI/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ E:RegisterEvent("ADDON_LOADED", function(arg1)

PrC.db = LibStub("AceDB-3.0"):New("LS_UI_PRIVATE_CONFIG", PrD)

if C.db.global.login_message and (not C.db.global.version or C.db.global.version < E.VER.number) then
print(L["LOGIN_MSG"]:format(L["LS_UI"], E.VER.string, M.textures.icons_inline.DISCORD_32, L["INFORMATION"]))
end

addRefs()

if AdiButtonAuras and AdiButtonAuras.RegisterLAB then
Expand Down
2 changes: 0 additions & 2 deletions ls_UI/locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,6 @@ L["LEFT_DOWN"] = "Left and Down"
L["LEFT_UP"] = "Left and Up"
L["LEVEL_TOOLTIP"] = "Level: |cffffffff%d|r"
L["LOCK_BUTTONS"] = "Lock Buttons"
L["LOGIN_MSG"] = "Welcome to %s version |cff1a9fc0%s|r. If you're in need of technical support or have suggestions on how to improve the addon you can join our %s |cff5865F2Discord|r server! Links can be found at |cff1a9fc0/lsui|r > %s."
L["LOGIN_MSG_TOGGLE"] = "Login Message"
L["LOOT_ALL"] = "Loot All"
L["M_SS_THRESHOLD"] = "M:SS Threshold"
L["M_SS_THRESHOLD_DESC"] = "The threshold (in seconds) below which the remaining time will be shown in the M:SS format. Set to 0 to disable."
Expand Down
2 changes: 0 additions & 2 deletions ls_UI/locales/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ L["LEFT_DOWN"] = "Влево и вниз"
L["LEFT_UP"] = "Влево и вверх"
L["LEVEL_TOOLTIP"] = "Уровень: |cffffffff%d|r"
L["LOCK_BUTTONS"] = "Заблокировать кнопки"
L["LOGIN_MSG"] = "Добро пожаловать в %s версии |cff1a9fc0%s|r. Если Вы нуждаетесь в технической поддержке или у Вас есть предложения, как улучшить этот аддон, то Вы можете присоединиться к нашему %s |cff5865F2Discord|r серверу! Ссылки можно найти в |cff1a9fc0/lsui|r > %s."
L["LOGIN_MSG_TOGGLE"] = "Сообщение при входе"
L["LOOT_ALL"] = "Забрать всю добычу"
L["M_SS_THRESHOLD"] = "Порог М:СС"
L["M_SS_THRESHOLD_DESC"] = "Если оставшееся время восстановления ниже данного значения (в секундах), то оно будет показано в формате М:СС. Установите на 0, чтобы отключить."
Expand Down
12 changes: 0 additions & 12 deletions ls_UI_Options/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,6 @@ function CONFIG:Open()
ReloadUI()
end,
},
login_message = {
order = 5,
type = "toggle",
name = L["LOGIN_MSG_TOGGLE"],
width = 1.25,
get = function()
return C.db.global.login_message
end,
set = function(_, value)
C.db.global.login_message = value
end,
},
profiles = CONFIG:CreateProfilesPanel(100),
about = CONFIG:CreateAboutPanel(101),
},
Expand Down

0 comments on commit 4839d1a

Please sign in to comment.