Skip to content

Commit 7f34db8

Browse files
authored
Merge pull request #434 from sanderpuh/bugfix-quickswap-inputs
Bugfix for #433 - Add quickswap input options to inputs menu
2 parents 7cd8140 + fb76043 commit 7f34db8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/ui/page_source.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,19 @@ static void page_source_on_click(uint8_t key, int sel) {
201201
switch (sel) {
202202
case 0: // HDZero in
203203
page_source_select_hdzero();
204+
break;
204205

205206
case 1: // HDMI in
206207
page_source_select_hdmi();
208+
break;
207209

208210
case 2: // AV in
209211
page_source_select_av_in();
212+
break;
210213

211214
case 3: // Expansion module in
212215
page_source_select_expansion();
216+
break;
213217

214218
case 4: // Analog video format
215219
btn_group_toggle_sel(&btn_group0);

0 commit comments

Comments
 (0)