Proposed default focus changes (#1165)

* Changed default focus of pocsag, glass, scanner, sonde
This commit is contained in:
Mark Thompson 2023-06-18 01:14:29 -05:00 committed by GitHub
parent ba2407d691
commit 7b669d7001
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -107,7 +107,7 @@ POCSAGAppView::POCSAGAppView(NavigationView& nav) {
}
void POCSAGAppView::focus() {
check_log.focus();
field_frequency.focus();
}
POCSAGAppView::~POCSAGAppView() {