Skip to content

Commit

Permalink
Fix: Ensure IP is selectable in SSH tab
Browse files Browse the repository at this point in the history
  • Loading branch information
GeminiLn committed Jul 10, 2024
1 parent 6419594 commit b436eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabby-ssh/src/components/sshTab.component.pug
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terminal-toolbar([tab]='this')
)
button.btn.btn-sm.btn-link(ngbDropdownToggle)
i.far.fa-lightbulb.text-primary
.bg-dark(ngbDropdownMenu)yarn
.bg-dark(ngbDropdownMenu)
a.d-flex.align-items-center(ngbDropdownItem, (click)='platform.openExternal("https://tabby.sh/go/cwd-detection")')
.me-auto
strong(translate) Working directory detection
Expand Down

0 comments on commit b436eac

Please sign in to comment.