Update main.component.ts

This commit is contained in:
Eugene Pankov
2023-08-10 08:49:43 +02:00
parent 5325776159
commit d98f355c3c

View File

@@ -29,7 +29,7 @@ export class MainComponent {
showApp = false
noVersionsAdded = false
missingVersion: string|undefined
showDiscontinuationWarning = location.hostname === 'localhost'
showDiscontinuationWarning = location.hostname === 'app.tabby.sh'
@ViewChild('iframe') iframe: ElementRef