Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge from main
  • Loading branch information
rakillen committed Oct 27, 2021
commit 7d72001a516784a0776e9beb1b65f1ae9ef63c9c
1 change: 1 addition & 0 deletions electron/app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class Main {
initialize(this._isJetDevMode, this._wktApp, this._wktMode); // wktWindow.js
this._quickstartShownAlready = false;
initializeAutoUpdater(getLogger(), this._isJetDevMode);
this._forceQuit = false;
}

runApp(argv) {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.