{
          label: 'View logs',
          click: function () {
            if (typeof logsWindow === 'undefined' || logsWindow === null || logsWindow.isDestroyed()) {
              const modalPath = process.env.NODE_ENV === 'development' ? 'http://localhost:9080/#/view-logs' : `file://${__dirname}/index.html#view-logs`