We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065237b commit 2fda0e7Copy full SHA for 2fda0e7
libs/remix-ui/workspace/src/lib/components/file-explorer-menu.tsx
@@ -66,7 +66,7 @@ export const FileExplorerMenu = (props: FileExplorerMenuProps) => {
66
title: 'Initialize workspace as a git repository',
67
icon: 'fa-brands fa-git-alt',
68
placement: 'top',
69
- platforms: [appPlatformTypes.web]
+ platforms: [appPlatformTypes.web, appPlatformTypes.desktop]
70
}
71
].filter(
72
(item) =>
0 commit comments