Fixed bug with auto-replies using selected callsign as the directed callsign

This commit is contained in:
Jordan Sherer 2018-11-01 00:06:09 -04:00
parent 1c4a2ab7d8
commit 379a0fa78f

View File

@ -1622,6 +1622,7 @@ QList<QPair<QString, int>> Varicode::buildMessageFrames(
#define ALLOW_SEND_COMPOUND_DIRECTED 1
#define AUTO_PREPEND_DIRECTED 1
#define AUTO_REMOVE_MYCALL 1
#define AUTO_PREPEND_DIRECTED_ALLOW_TEXT_CALLSIGNS 1
bool mycallCompound = Varicode::isCompoundCallsign(mycall);