Skip to content

Commit 1334235

Browse files
committed
Fixed issue where Profile -> Import Profile menu option wasn't working.
1 parent b376284 commit 1334235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/electron.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ class ElectronLoader {
12621262
{
12631263
id: "import-profile",
12641264
label: "Import Profile",
1265-
click: () => this.mainWindow.webContents.send("app:importProfile")
1265+
click: () => this.mainWindow.webContents.send("app:importProfile", { directImport: false })
12661266
},
12671267
{
12681268
id: "copy-profile",

0 commit comments

Comments
 (0)