mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-14 16:40:05 +00:00
theme tweaks
This commit is contained in:
parent
5be4a12ee5
commit
0c8b6e56da
@ -31,6 +31,10 @@ export class HomeBaseService {
|
|||||||
this.platform.openExternal('https://github.com/Eugeny/tabby/discussions')
|
this.platform.openExternal('https://github.com/Eugeny/tabby/discussions')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
openTwitter (): void {
|
||||||
|
this.platform.openExternal('https://twitter.com/eugeeeeny')
|
||||||
|
}
|
||||||
|
|
||||||
reportBug (): void {
|
reportBug (): void {
|
||||||
let body = `Version: ${this.appVersion}\n`
|
let body = `Version: ${this.appVersion}\n`
|
||||||
body += `Platform: ${this.hostApp.platform} ${process.arch} ${this.platform.getOSRelease()}\n`
|
body += `Platform: ${this.hostApp.platform} ${process.arch} ${this.platform.getOSRelease()}\n`
|
||||||
|
@ -58,6 +58,12 @@
|
|||||||
div What's new
|
div What's new
|
||||||
small.text-muted Show release notes
|
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
|
h3 Application settings
|
||||||
.form-line(*ngIf='platform.isShellIntegrationSupported()')
|
.form-line(*ngIf='platform.isShellIntegrationSupported()')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user