mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 23:57:22 -08:00
Fix bug with generalDialog and KoBox reset
This commit is contained in:
parent
0abce1970b
commit
5dcc72f8b1
1 changed files with 4 additions and 0 deletions
|
@ -154,6 +154,10 @@ void generalDialog::on_cancelBtn_clicked()
|
|||
global::usbms::usbmsDialog = false;
|
||||
generalDialog::close();
|
||||
}
|
||||
else if(resetKoboxDialog == true) {
|
||||
global::kobox::resetKoboxDialog = false;
|
||||
generalDialog::close();
|
||||
}
|
||||
else {
|
||||
if(global::keyboard::searchDialog == true) {
|
||||
global::keyboard::searchDialog = false;
|
||||
|
|
Loading…
Reference in a new issue