Skip to content

Commit

Permalink
chore: showing open entry in file manager only for the electron app
Browse files Browse the repository at this point in the history
  • Loading branch information
uggrock committed Jun 20, 2024
1 parent 10ceb3d commit 1b0f636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/menus/FileMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ function FileMenu(props: Props) {
<MenuKeyBinding keyBinding={keyBindings['openFileExternally']} />
</MenuItem>,
);
if (!AppConfig.isAndroid) {
if (AppConfig.isElectron) {
menuItems.push(
<MenuItem
key="fileMenuOpenContainingFolder"
Expand Down

0 comments on commit 1b0f636

Please sign in to comment.