Skip to content

Commit 6bbe1b2

Browse files
Fix platform
The change is meant for macOS
1 parent 1819c35 commit 6bbe1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/intercept/config/electron-config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class ElectronConfig extends React.Component<{
149149

150150
selectApplication = async () => {
151151
const useNativePicker =
152-
platform == 'win' && window.nativeFile?.open;
152+
platform == 'mac' && window.nativeFile?.open;
153153

154154
const pathToApplication = await (useNativePicker
155155
? window.nativeFile?.open()

0 commit comments

Comments
 (0)