mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-07 01:41:56 +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',
|
name: p.description ? `Serial: ${p.description}` : 'Serial',
|
||||||
icon: 'fas fa-microchip',
|
icon: 'fas fa-microchip',
|
||||||
isBuiltin: true,
|
isBuiltin: true,
|
||||||
|
options: {
|
||||||
|
port: p.name,
|
||||||
|
},
|
||||||
} as SerialProfile)),
|
} as SerialProfile)),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user