}
@Override
public void actionPerformed(AnActionEvent e) {
Project project = e.getData(PlatformDataKeys.PROJECT);
GerritToolWindow gerritToolWindow = e.getRequiredData(GerritDataKeys.TOOL_WINDOW);
gerritToolWindow.reloadChanges(project, true);
gerritUpdatesNotificationComponent.handleNotification();
}