Fixed issue with group callsigns not being able to be added
This commit is contained in:
parent
eca6813d8f
commit
5446c979e9
@ -1145,7 +1145,7 @@ bool Varicode::isValidCallsign(const QString &callsign, bool *pIsCompound){
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool Varicode::isCompoundCallsign(const QString &callsign){
|
bool Varicode::isCompoundCallsign(const QString &callsign){
|
||||||
if(basecalls.contains(callsign)){
|
if(basecalls.contains(callsign) && !callsign.startsWith("@")){
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user