Skip to content

Commit

Permalink
theme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Dec 8, 2021
1 parent 5be4a12 commit 0c8b6e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tabby-core/src/services/homeBase.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ export class HomeBaseService {
this.platform.openExternal('https://github.com/Eugeny/tabby/discussions')
}

openTwitter (): void {
this.platform.openExternal('https://twitter.com/eugeeeeny')
}

reportBug (): void {
let body = `Version: ${this.appVersion}\n`
body += `Platform: ${this.hostApp.platform} ${process.arch} ${this.platform.getOSRelease()}\n`
Expand Down
6 changes: 6 additions & 0 deletions tabby-settings/src/components/settingsTab.component.pug
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
div What's new
small.text-muted Show release notes

button.list-group-item.list-group-item-action.link-card((click)='homeBase.openTwitter()')
i.fab.fa-fw.fa-twitter
div
div Subscribe to updates
small.text-muted Tabby news and updates on Twitter


h3 Application settings
.form-line(*ngIf='platform.isShellIntegrationSupported()')
Expand Down

0 comments on commit 0c8b6e5

Please sign in to comment.