diff --git a/README.md b/README.md index 5d608588..f0f75159 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Run `npm install` and then `npm start` Phoenix does not support ARM-based macs, so we have to explicitly tell it to use Intel-based versions of NWJS. -Run `npm install` and then `npm start-x64` +Run `npm install` and then `npm run start-x64` ## ARM-based Raspberry diff --git a/package.nw/lib/roster/processRosterHunting.js b/package.nw/lib/roster/processRosterHunting.js index 68059692..eb81d15f 100644 --- a/package.nw/lib/roster/processRosterHunting.js +++ b/package.nw/lib/roster/processRosterHunting.js @@ -652,7 +652,7 @@ function processRosterHunting(callRoster, rosterSettings) callingBg = "#0000FF" + inversionAlpha; calling = "#FFFF00;text-shadow: 0px 0px 2px #FFFF00"; } - else if (callObj.CQ == true) + else if (callObj.CQ == true && !g_rosterSettings.cqOnly) { callingBg = calling + inversionAlpha; calling = bold;