1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-24 19:13:31 +03:00

Update profiles.ts

This commit is contained in:
Eugene Pankov 2022-04-30 12:02:57 -07:00
parent 271955e9d4
commit 7032bff827
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -38,7 +38,7 @@ export class SplitLayoutProfilesService extends ProfileProvider<SplitLayoutProfi
return this.splitTabRecoveryProvider.recover(profile.options.recoveryToken) return this.splitTabRecoveryProvider.recover(profile.options.recoveryToken)
} }
getDescription (_: SplitLayoutProfile): string { getDescription (): string {
return '' return ''
} }