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