fixed #6905 - incorrect tabby.sh URL

This commit is contained in:
Eugene Pankov
2022-10-05 12:41:16 +02:00
parent aced885883
commit eb16a7778b

View File

@@ -118,7 +118,7 @@ export class ConfigSyncSettingsTabComponent extends BaseComponent {
openSyncHost () {
if (this.config.store.configSync.host === 'https://api.tabby.sh') {
this.platform.openExternal('https://tabby.sh/app')
this.platform.openExternal('https://app.tabby.sh')
} else {
this.platform.openExternal(this.config.store.configSync.host)
}