mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user