mirror of
https://github.com/Eugeny/tabby
synced 2024-12-13 23:02:41 +00:00
serial: fixed missing port names in builtin profiles
This commit is contained in:
parent
1eed32f8d8
commit
439e407595
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ export class SerialProfilesService extends ProfileProvider<SerialProfile> {
|
|||
name: p.description ? `Serial: ${p.description}` : 'Serial',
|
||||
icon: 'fas fa-microchip',
|
||||
isBuiltin: true,
|
||||
options: {
|
||||
port: p.name,
|
||||
},
|
||||
} as SerialProfile)),
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue