From 150be56cc063d2dffb7ccb1d65e109e13e489431 Mon Sep 17 00:00:00 2001 From: urnati Date: Tue, 23 Jul 2024 08:13:12 -0400 Subject: [PATCH] - Titan : Separate the Load & Delete to help avoid accidental delete --- Titan/Titan.lua | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 1.7.9.5