- Titan : Separate the Load & Delete to help avoid accidental delete
urnati [07-23-24 - 12:13]
- Titan : Separate the Load & Delete to help avoid accidental delete
diff --git a/Titan/Titan.lua b/Titan/Titan.lua
index f8354b0..f308ad2 100644
--- a/Titan/Titan.lua
+++ b/Titan/Titan.lua
@@ -2226,6 +2226,10 @@ local function BuildAProfileMenu()
end
TitanPanelRightClickMenu_AddButton(info, TitanPanelRightClickMenu_GetDropdownLevel());
+ TitanPanelRightClickMenu_AddSeparator(TitanPanelRightClickMenu_GetDropdownLevel());
+
+ TitanPanelRightClickMenu_AddSeparator(TitanPanelRightClickMenu_GetDropdownLevel());
+
info = {};
info.notCheckable = true
info.disabled = (TitanPanelRightClickMenu_GetDropdMenuValue() == TitanSettings.Player)