electron always dev tools

This commit is contained in:
Olivier Gagnon
2021-09-23 13:15:27 -04:00
parent e6291a09a0
commit cdd9c174e7
2 changed files with 4 additions and 3 deletions
@@ -480,7 +480,8 @@ export function queryStatFromString(str) {
/******* Working functions *******/
export function resetWorkStatus(generalType, group, workType) {
if (generalType === this.workType && group === this.companyName) return;
if (this.workType !== CONSTANTS.WorkTypeFaction && generalType === this.workType && group === this.companyName)
return;
if (generalType === this.workType && group === this.currentWorkFactionName && workType === this.factionWorkType)
return;
if (this.isWorking) this.singularityStopWork();