Skip to content

Commit 2fda0e7

Browse files
committed
should show on desktop also
1 parent 065237b commit 2fda0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/workspace/src/lib/components/file-explorer-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const FileExplorerMenu = (props: FileExplorerMenuProps) => {
6666
title: 'Initialize workspace as a git repository',
6767
icon: 'fa-brands fa-git-alt',
6868
placement: 'top',
69-
platforms: [appPlatformTypes.web]
69+
platforms: [appPlatformTypes.web, appPlatformTypes.desktop]
7070
}
7171
].filter(
7272
(item) =>

0 commit comments

Comments
 (0)