Skip to content

Commit

Permalink
Minor text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Jun 17, 2024
1 parent 6a7706c commit 10a084c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Windows/ServerWindow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,9 @@
if #phaseMenu > 0 and first then
table.insert(phaseMenu, LootReserve:MakeMenuSeparator());
end
if first then
table.insert(phaseMenu, { text = contains and "Active" or "Inactive", isTitle = true });
end
first = false;
i = i + 1;
table.insert(phaseMenu,
Expand Down Expand Up @@ -1347,6 +1350,9 @@
if #disenchanterMenu > 0 and first then
table.insert(disenchanterMenu, LootReserve:MakeMenuSeparator());
end
if first then
table.insert(disenchanterMenu, { text = contains and "Active" or "Inactive", isTitle = true });
end
first = false;
i = i + 1;
table.insert(disenchanterMenu,
Expand Down

0 comments on commit 10a084c

Please sign in to comment.