hide() {
    if (this.win) {
      this.log.debug('hide')
      this.win.hide()
    }