Check if the call is actually encrypted for CallHistoryWindow

pull/1/head
firealarmss 11 months ago
parent 952289b076
commit 240b78b2ba

@ -153,7 +153,6 @@ namespace dvmconsole
entry.BackgroundColor = Brushes.LightGreen;
else
entry.BackgroundColor = Brushes.Orange;
}
});
}

@ -1603,7 +1603,8 @@ namespace dvmconsole
channel.Crypter.Prepare(channel.algId, channel.kId, channel.mi);
encrypted = true;
if (channel.algId != P25Defines.P25_ALGO_UNENCRYPT)
encrypted = true;
}
}

Loading…
Cancel
Save

Powered by TurnKey Linux.