Skip to content

Commit

Permalink
fix(color): shortcut for model select (#2528)
Browse files Browse the repository at this point in the history
Prior to this fix the model settings would be opened as well when long pressing the model key.
  • Loading branch information
raphaelcoeffic authored and pfeerick committed Oct 13, 2022
1 parent 2a5a1ad commit cf78e5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radio/src/gui/colorlcd/view_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ void ViewMain::onEvent(event_t event)
break;

case EVT_KEY_LONG(KEY_MODEL):
killEvents(KEY_MODEL);
new ModelLabelsWindow();
break;

Expand Down

0 comments on commit cf78e5a

Please sign in to comment.