if (atom.config.get('welcome.showOnStartup')) {
      await this.showWelcome();
      this.reporterProxy.sendEvent('show-on-initial-load');
    }