mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 00:24:38 +00:00
GWindow: Leave SerenityKey mode if non-existent keybind is used
This commit is contained in:
@@ -64,9 +64,9 @@ void GButton::click()
|
||||
on_click(*this);
|
||||
}
|
||||
|
||||
/*bool GButton::accepts_keyboard_select() const {
|
||||
bool GButton::accepts_keyboard_select() const {
|
||||
return is_enabled();
|
||||
}*/
|
||||
}
|
||||
|
||||
void GButton::set_action(GAction& action)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user