Skip to content

Commit

Permalink
should show on desktop also
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang committed Sep 26, 2024
1 parent 065237b commit 2fda0e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const FileExplorerMenu = (props: FileExplorerMenuProps) => {
title: 'Initialize workspace as a git repository',
icon: 'fa-brands fa-git-alt',
placement: 'top',
platforms: [appPlatformTypes.web]
platforms: [appPlatformTypes.web, appPlatformTypes.desktop]
}
].filter(
(item) =>
Expand Down

0 comments on commit 2fda0e7

Please sign in to comment.