const forwardButton = new TouchBarButton({
          icon: touchbarIcons.forward,
          click: () => this.window.send(IpcEvents.NEXT)
        });