- Updates to tell users this is last revision before 8.*
urnati [12-24-23 - 01:49]
- Updates to tell users this is last revision before 8.*
diff --git a/TitanClassic/TitanClassicUtils.lua b/TitanClassic/TitanClassicUtils.lua
index 2eb79e3..c3eddc6 100644
--- a/TitanClassic/TitanClassicUtils.lua
+++ b/TitanClassic/TitanClassicUtils.lua
@@ -2093,6 +2093,15 @@ function TitanPrint(message, msg_type)
..TitanUtils_GetGreenText(" "..ver)
..TitanUtils_GetGoldText(L["TITAN_PANEL_VERSION_INFO"]
)
+ pre = pre.."\n"
+ ..TitanUtils_GetRedText("NOTE: This is the last update of ")
+ ..TitanUtils_GetGoldText(L["TITAN_PANEL"].." "..ver)
+ ..TitanUtils_GetRedText(" !!"
+ .."\n"
+ .."Please use "
+ )
+ ..TitanUtils_GetGoldText("Titan Panel 8.*")
+ ..TitanUtils_GetRedText(".")
end
msg = pre..dtype..TitanUtils_GetGreenText(message)
diff --git a/TitanClassic/TitanPanelClassic.lua b/TitanClassic/TitanPanelClassic.lua
index 43999a7..c24c0a2 100644
--- a/TitanClassic/TitanPanelClassic.lua
+++ b/TitanClassic/TitanPanelClassic.lua
@@ -1786,6 +1786,13 @@ local function TitanPanel_MainMenu()
info.value = "player";
L_UIDropDownMenu_AddButton(info);
--]]
+
+ TitanPanelRightClickMenu_AddSpacer(L_UIDROPDOWNMENU_MENU_LEVEL);
+ local pre = ""
+ ..TitanUtils_GetRedText("NOTE: Please use ")
+ ..TitanUtils_GetGoldText("Titan Panel 8.*")
+ ..TitanUtils_GetRedText(".")
+ TitanPanelRightClickMenu_AddTitle(pre)
end
--[[ local