Store MSG with spaces surrounding cmd
This commit is contained in:
parent
a95bc26e3e
commit
0664704eaf
@ -1440,7 +1440,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
|
|||||||
}
|
}
|
||||||
|
|
||||||
CommandDetail d = {};
|
CommandDetail d = {};
|
||||||
d.cmd = " MSG";
|
d.cmd = " MSG ";
|
||||||
d.to = selectedCall;
|
d.to = selectedCall;
|
||||||
d.from = m_config.my_callsign();
|
d.from = m_config.my_callsign();
|
||||||
d.relayPath = d.from;
|
d.relayPath = d.from;
|
||||||
|
Loading…
Reference in New Issue
Block a user