Skip to content

Commit a56a8ea

Browse files
committed
DEBUG: open dev tools
1 parent 2c72829 commit a56a8ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/main.dev.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ const appOnReady = async (store) => {
9797
mainWindow.contentView.addChildView(view);
9898
electronObjects.views[name] = view;
9999
store.dispatch(addView(name, initialUrl));
100+
view.webContents.openDevTools();
100101
return view;
101102
};
102103

0 commit comments

Comments
 (0)