const playButton = new TouchBarButton({
          icon: touchbarIcons.play,
          click: () => this.window.send(IpcEvents.PLAY)
        });