mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-26 03:51:49 +03:00
Do not save settings tab into list of tabs to recover
This commit is contained in:
parent
eccbd66c18
commit
6a9d569345
@ -100,7 +100,7 @@ export class SettingsTabComponent extends BaseTabComponent {
|
||||
}
|
||||
|
||||
async getRecoveryToken (): Promise<any> {
|
||||
return { type: 'app:settings' }
|
||||
return false;
|
||||
}
|
||||
|
||||
ngOnDestroy () {
|
||||
|
Loading…
Reference in New Issue
Block a user