Store MSG with spaces surrounding cmd
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user