Skip to content

Commit

Permalink
NewContact: Start Time is reset when the Callsign becomes empty
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Jun 6, 2024
1 parent be46468 commit 779da71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/NewContactWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ void NewContactWidget::callsignChanged()

if ( callsign.isEmpty() )
{
updateTime();
stopContactTimer();
}
else
Expand Down

0 comments on commit 779da71

Please sign in to comment.