mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-19 18:07:58 +00:00
serial: fixed missing port names in builtin profiles
This commit is contained in:
@@ -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)),
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user