Skip to content

Commit

Permalink
minor fixes that I forgot in patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ToWelie89 committed Dec 17, 2020
1 parent ea36589 commit d62925d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ const createDefaultWindow = () => {
}

if (!dontUseWebTools) {
win.webContents.openDevTools();
//win.webContents.openDevTools();
}

win.setMenu(null);
Expand Down
2 changes: 1 addition & 1 deletion js/patchLog/patchLog.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const patchLog = {
'1.4.0': {
'1.4.1': {
patchType: 'major',
description: 'This patch contains lots of improvements, bug fixes and new added features.',
news: [{
Expand Down

0 comments on commit d62925d

Please sign in to comment.