Преглед изворни кода

fixed #6905 - incorrect tabby.sh URL

Eugene Pankov пре 3 година
родитељ
комит
eb16a7778b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tabby-settings/src/components/configSyncSettingsTab.component.ts

+ 1 - 1
tabby-settings/src/components/configSyncSettingsTab.component.ts

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