Skip to content

Commit

Permalink
idlemode default off
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Nov 18, 2024
1 parent 636002e commit 4ca4cff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/electron/electron_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ class ElectronSettings
this.opts = {};
this.opts.defaults = {};
this.opts.configName = this.MAIN_CONFIG_NAME;
this.opts.defaults[this.USER_SETTINGS_FIELD] = {
"noidlemode": true
};
this.opts.defaults[this.USER_SETTINGS_FIELD] = {};
this.opts.defaults[this.PATCHID_FIELD] = null;
this.opts.defaults[this.PROJECTFILE_FIELD] = null;
this.opts.defaults[this.CURRENTPROJECTDIR_FIELD] = null;
Expand Down

0 comments on commit 4ca4cff

Please sign in to comment.