mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-16 17:40:00 +00:00
fixed tab context menu for custom tab colors
This commit is contained in:
parent
436318b534
commit
60ab6ece62
@ -120,7 +120,7 @@ export class CommonOptionsContextMenu extends TabContextMenuItemProvider {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Color',
|
label: 'Color',
|
||||||
sublabel: COLORS.find(x => x.value === tab.color)!.name,
|
sublabel: COLORS.find(x => x.value === tab.color)?.name,
|
||||||
submenu: COLORS.map(color => ({
|
submenu: COLORS.map(color => ({
|
||||||
label: color.name,
|
label: color.name,
|
||||||
type: 'radio',
|
type: 'radio',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user