hide query server button

This commit is contained in:
Spit
2025-10-08 00:47:15 +03:00
parent 709dfade9a
commit 9cbceb75e9
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -1039,14 +1039,12 @@ function AtlasLoot_ShowItemsFrame(dataID, dataSource, boss)
-- Ditch the Quicklook selector
AtlasLoot_QuickLooks:Hide();
AtlasLootQuickLooksButton:Hide();
AtlasLootServerQueryButton:Hide();
_G[AtlasLoot_MenuList[dataID]]()
else
-- This is a valid QuickLook, so show the UI objects
if ( dataID ~= "SearchResult" and dataID ~= "WishList" ) then
AtlasLoot_QuickLooks:Show();
AtlasLootQuickLooksButton:Show();
AtlasLootServerQueryButton:Hide();
end
-- Iterate through each item object and set its properties
for i = 1, 30, 1 do
@@ -1643,7 +1641,6 @@ end
function AtlasLoot_OpenMenu(menuName)
AtlasLoot_QuickLooks:Hide();
AtlasLootQuickLooksButton:Hide();
AtlasLootServerQueryButton:Hide();
AtlasLootDefaultFrame_SelectedCategory:SetText(menuName)
AtlasLootDefaultFrame_SubMenu:Disable();
AtlasLootDefaultFrame_SelectedTable:SetText("");
+1 -1
View File
@@ -1099,7 +1099,7 @@
</OnShow>
</Scripts>
</Button>
<Button name="AtlasLootServerQueryButton" inherits="OptionsButtonTemplate">
<Button name="AtlasLootServerQueryButton" inherits="OptionsButtonTemplate" hidden="true">
<Size x="100" y="23"/>
<Anchors>
<Anchor point="BOTTOM">