ncssar / radiolog

SAR radio log program
Other
13 stars 3 forks source link

prevent new entry popup on EOT if corresponding BOT popup was quickly canceled #722

Open caver456 opened 6 months ago

caver456 commented 6 months ago

Sequence:

  1. BOT (beginning of transmission)
  2. new entry dialog pops up
  3. operator quickly hits cancel to close the new entry dialog (but the radio mic is still being keyed)
  4. EOT (end of transmission)

Currently, this will result in another new entry dialog popping up. This is potentially confusing to the operator.

Keep track of this sequence, and prevent the second popup on EOT.

Note, we don't want to block popups for all EOTs in general, because it's definitely possible for a BOT to get garbled and to not actually cause a popup - in which case the EOT popup is vital.