Skip to content

Commit b1516c8

Browse files
committed
fixed Aaron name readme, devtools open only on isDev, server cookie fixes
1 parent 07a1a86 commit b1516c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases), [Windo
4848

4949
#### Contributors
5050

51-
[Aaron Bumanglang](https://www.linkedin.com/in/akbuma) [@akbuma](https://github.com/akbuma)
51+
[Aaron Bumanglag](https://www.linkedin.com/in/akbuma) [@akbuma](https://github.com/akbuma)
5252

5353
[Adam Singer](https://linkedin.com/in/adsing) [@spincycle01](https://github.com/spincycle01)
5454

app/electron/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async function createWindow() {
6464
webPreferences: {
6565
zoomFactor: 0.7,
6666
// enable devtools when in development mode
67-
devTools: true,
67+
devTools: isDev,
6868
// crucial security feature - blocks rendering process from having access to node moduels
6969
nodeIntegration: false,
7070
// web workers will not have access to node

0 commit comments

Comments
 (0)