Remove duplicate key

This commit is contained in:
Nick O'Leary 2024-09-09 16:52:45 +01:00
parent 8c53d95610
commit 9745904c5b
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -479,7 +479,6 @@ RED.workspaces = (function() {
},
minimumActiveTabWidth: 150,
scrollable: true,
addButton: "core:add-flow",
addButton: RED.settings.theme("menu.menu-item-workspace-add", true) ? "core:add-flow" : undefined,
addButtonCaption: RED._("workspace.addFlow"),
menu: function() { return getMenuItems(true) },