This commit is contained in:
J. Nick Koston 2023-06-18 17:56:32 -05:00
parent 5eece34862
commit cae62f7508
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace ratgdo {
this->parent_->sync();
} else if (this->button_type_ == ButtonType::RATGDO_QUERY) {
this->parent_->query();
} else if (this->button_type == ButtonType::RATGDO_CLOSE_BEEP) {
} else if (this->button_type_ == ButtonType::RATGDO_CLOSE_BEEP) {
this->parent_->closeBeep();
}
}