theme tweaks

This commit is contained in:
Eugene Pankov
2021-12-08 23:33:45 +01:00
parent 5be4a12ee5
commit 0c8b6e56da
2 changed files with 10 additions and 0 deletions

View File

@@ -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`