Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Oct 12, 2023
1 parent 45637bd commit 677cb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systray/mod-app.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ class AppWindow : public QMainWindow
: "");
matchingInputDevName.clear();

ui.cb_device->addItem(fullName);
ui.cb_device->addItem(uidMain);
devices.append({
uidMain, uidInput,
devInfo->maxInputChannels > 0,
Expand Down

0 comments on commit 677cb11

Please sign in to comment.