diff --git a/tabby-settings/src/components/profilesSettingsTab.component.ts b/tabby-settings/src/components/profilesSettingsTab.component.ts index 8fb8421f..58772eb3 100644 --- a/tabby-settings/src/components/profilesSettingsTab.component.ts +++ b/tabby-settings/src/components/profilesSettingsTab.component.ts @@ -65,7 +65,7 @@ export class ProfilesSettingsTabComponent extends BaseComponent { } const profile = deepClone(base) profile.id = null - profile.name = '' + profile.name = `${profile.name} copy` profile.isBuiltin = false profile.isTemplate = false await this.editProfile(profile)