mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 00:56:06 +00:00
lint
This commit is contained in:
@@ -123,7 +123,7 @@ export class CommonOptionsContextMenu extends TabContextMenuItemProvider {
|
||||
label: this.translate.instant('Color'),
|
||||
sublabel: this.translate.instant(TAB_COLORS.find(x => x.value === tab.color)?.name),
|
||||
submenu: TAB_COLORS.map(color => ({
|
||||
label: this.translate.instant(color.name),
|
||||
label: this.translate.instant(color.name) ?? color.name,
|
||||
type: 'radio',
|
||||
checked: tab.color === color.value,
|
||||
click: () => {
|
||||
|
Reference in New Issue
Block a user