template.push({
        label: this.trayMenuTranslations.previous,
        type: 'normal',
        click: async () => {
          this.window.send(IpcEvents.PREVIOUS);