fix support?

This commit is contained in:
Luke
2021-05-02 22:46:03 +00:00
parent 115eb9ce3d
commit a3d7082451
2 changed files with 3 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ export default function reportList(globalData: IGlobalData) {
var types = ["Ticket", "Quick-Report"];
reportMenu = new Menu("Ticket/Quick-Report", "", new Point(0, screenRes.y / 3), null, null);
reportMenu = new Menu("Support", "", new Point(0, screenRes.y / 3), null, null);
var typesItem = new UIMenuListItem("Typ", "", new ItemsCollection(types));
reportMenu.AddItem(typesItem);