mirror of
https://github.com/eugeny/tabby
synced 2026-08-21 13:26:53 +00:00
fixed profile duplication
This commit is contained in:
@@ -45,10 +45,8 @@ export class ShellSettingsTabComponent {
|
||||
name: shell.name,
|
||||
sessionOptions: this.terminalService.optionsFromShell(shell),
|
||||
}
|
||||
this.profiles.push(profile)
|
||||
this.config.store.terminal.profiles.push(profile)
|
||||
this.config.save()
|
||||
this.editProfile(profile)
|
||||
}
|
||||
|
||||
editProfile (profile: Profile) {
|
||||
|
||||
Reference in New Issue
Block a user