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

Do not save settings tab into list of tabs to recover

This commit is contained in:
Austin Warren 2019-07-17 17:15:51 -07:00
parent eccbd66c18
commit 6a9d569345

View File

@ -100,7 +100,7 @@ export class SettingsTabComponent extends BaseTabComponent {
}
async getRecoveryToken (): Promise<any> {
return { type: 'app:settings' }
return false;
}
ngOnDestroy () {