mirror of
https://gitlab.com/gridtracker.org/gridtracker
synced 2026-08-13 17:52:40 -04:00
fixing proper setting of huntRR73
This commit is contained in:
parent
22f66f920c
commit
cf0e2fd342
1 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,8 @@ var g_defaultSettings = {
|
|||
huntPX: false,
|
||||
huntPOTA: false,
|
||||
huntQRZ: true,
|
||||
huntOAMS: false
|
||||
huntOAMS: false,
|
||||
huntRR73: false
|
||||
},
|
||||
columns: {
|
||||
Band: false,
|
||||
|
|
@ -1086,7 +1087,6 @@ function valuesChanged()
|
|||
g_rosterSettings.allOnlyNew = allOnlyNew.checked;
|
||||
g_rosterSettings.useRegex = useRegex.checked;
|
||||
g_rosterSettings.callsignRegex = callsignRegex.value;
|
||||
g_rosterSettings.wanted.huntRR73 = huntRR73.checked;
|
||||
|
||||
writeRosterSettings();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue