fix(app): new workspace button with all languages (#9848)
This commit is contained in:
parent
b10f423743
commit
9f02ffe02d
9 changed files with 10 additions and 2 deletions
|
|
@ -2078,8 +2078,8 @@ export default function Layout(props: ParentProps) {
|
|||
command.register(() => [
|
||||
{
|
||||
id: "workspace.new",
|
||||
title: "New workspace",
|
||||
category: "Workspace",
|
||||
title: language.t("workspace.new"),
|
||||
category: language.t("command.category.workspace"),
|
||||
keybind: "mod+shift+w",
|
||||
disabled: !layout.sidebar.workspaces(project()?.worktree ?? "")(),
|
||||
onSelect: createWorkspace,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue