kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
Merge branch 'roster-cq-only' into 'master'
Don't highlight "CQ" rows if filtering by "CQ Only" See merge request gridtracker.org/gridtracker!156rich-presence
commit
797ac6859c
|
@ -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.
|
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
|
## ARM-based Raspberry
|
||||||
|
|
||||||
|
|
|
@ -652,7 +652,7 @@ function processRosterHunting(callRoster, rosterSettings)
|
||||||
callingBg = "#0000FF" + inversionAlpha;
|
callingBg = "#0000FF" + inversionAlpha;
|
||||||
calling = "#FFFF00;text-shadow: 0px 0px 2px #FFFF00";
|
calling = "#FFFF00;text-shadow: 0px 0px 2px #FFFF00";
|
||||||
}
|
}
|
||||||
else if (callObj.CQ == true)
|
else if (callObj.CQ == true && !g_rosterSettings.cqOnly)
|
||||||
{
|
{
|
||||||
callingBg = calling + inversionAlpha;
|
callingBg = calling + inversionAlpha;
|
||||||
calling = bold;
|
calling = bold;
|
||||||
|
|
Ładowanie…
Reference in New Issue