[MenuItem("Tools/Inventory Pro/Main editor", false, -99)] // Always at the top
 public static void ShowWindow()
 {
     _window = GetWindow<InventoryMainEditor>(false, "Main manager", true);
 }