beep
This commit is contained in:
parent
5eece34862
commit
cae62f7508
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue