Only issue a directed message alert for directed to me...not ALLCALL
This commit is contained in:
+5
-3
@@ -9320,9 +9320,11 @@ void MainWindow::processCommandActivity() {
|
||||
{"UTC", QVariant(ad.utcTimestamp.toMSecsSinceEpoch())}
|
||||
});
|
||||
|
||||
auto wav = m_config.sound_dm_path();
|
||||
if(!wav.isEmpty()){
|
||||
QSound::play(wav);
|
||||
if(!isAllCall){
|
||||
auto wav = m_config.sound_dm_path();
|
||||
if(!wav.isEmpty()){
|
||||
QSound::play(wav);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user