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 a7cfc03 commit 309a3daCopy full SHA for 309a3da
src/components/intercept/config/electron-config.tsx
@@ -148,8 +148,7 @@ class ElectronConfig extends React.Component<{
148
}
149
150
selectApplication = async () => {
151
- const useNativePicker =
152
- platform == 'mac' && window.desktopApi?.selectApplication;
+ const useNativePicker = window.desktopApi?.selectApplication;
153
154
const pathToApplication = await(
155
useNativePicker
0 commit comments