[AFV] Ref T730, added notification files for "station tuned in"

Those will be a replacement for the "joined voice room"
This commit is contained in:
Klaus Basan
2019-10-17 23:37:17 +02:00
parent 1fe2109a89
commit 59baf237cc
4 changed files with 11 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ namespace BlackMisc
NotificationTextMessageSupervisor = 1 << 4,
NotificationTextCallsignMentioned = 1 << 5,
NotificationNoAudioTransmission = 1 << 6,
NotificationAtcTunedIn = 1 << 10,
NotificationAtcTunedOut = 1 << 11,
PTTClickKeyDown = 1 << 7,
PTTClickKeyUp = 1 << 8,
PTTBlocked = 1 << 9,