Skip to content

Commit 309a3da

Browse files
Use native picker on all platforms
Because, if added to httptoolkit-desktop, it will be supported on all platforms.
1 parent a7cfc03 commit 309a3da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ class ElectronConfig extends React.Component<{
148148
}
149149

150150
selectApplication = async () => {
151-
const useNativePicker =
152-
platform == 'mac' && window.desktopApi?.selectApplication;
151+
const useNativePicker = window.desktopApi?.selectApplication;
153152

154153
const pathToApplication = await(
155154
useNativePicker

0 commit comments

Comments
 (0)