mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-19 07:41:53 +00:00
fixed #6905 - incorrect tabby.sh URL
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user