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 1819c35 commit 6bbe1b2Copy full SHA for 6bbe1b2
src/components/intercept/config/electron-config.tsx
@@ -149,7 +149,7 @@ class ElectronConfig extends React.Component<{
149
150
selectApplication = async () => {
151
const useNativePicker =
152
- platform == 'win' && window.nativeFile?.open;
+ platform == 'mac' && window.nativeFile?.open;
153
154
const pathToApplication = await (useNativePicker
155
? window.nativeFile?.open()
0 commit comments