Fixed bug with auto-replies using selected callsign as the directed callsign
This commit is contained in:
parent
1c4a2ab7d8
commit
379a0fa78f
@ -1622,6 +1622,7 @@ QList<QPair<QString, int>> Varicode::buildMessageFrames(
|
|||||||
#define ALLOW_SEND_COMPOUND_DIRECTED 1
|
#define ALLOW_SEND_COMPOUND_DIRECTED 1
|
||||||
#define AUTO_PREPEND_DIRECTED 1
|
#define AUTO_PREPEND_DIRECTED 1
|
||||||
#define AUTO_REMOVE_MYCALL 1
|
#define AUTO_REMOVE_MYCALL 1
|
||||||
|
#define AUTO_PREPEND_DIRECTED_ALLOW_TEXT_CALLSIGNS 1
|
||||||
|
|
||||||
bool mycallCompound = Varicode::isCompoundCallsign(mycall);
|
bool mycallCompound = Varicode::isCompoundCallsign(mycall);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user