Skip to content

Commit

Permalink
meta: Update to karm 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Sep 26, 2024
1 parent c29bfe5 commit 427a30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/opstart/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Ui::Child alert(String title, String subtitle) {
}

void intent(Ui::Node &n, App::Event &e) {
if (auto *k = e.is<App::KeyboardEvent>()) {
if (auto k = e.is<App::KeyboardEvent>()) {
if (k->key == App::Key::LEFT) {
Ui::bubble<Action>(n, MoveSelectionAction{-1});
e.accept();
Expand Down

0 comments on commit 427a30a

Please sign in to comment.