Skip to content

Commit

Permalink
Update courtroom.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoru-1816 committed Aug 3, 2024
1 parent ab4e0d4 commit 8ce6772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/courtroom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ Courtroom::Courtroom(AOApplication *p_ao_app) : QMainWindow()
connect(action_return_lobby, &QAction::triggered, this, &Courtroom::on_return_to_lobby_clicked);

connect(action_open_emote_filter_menu, &QAction::triggered, this, [this]() {
EmoteMenuFilter *emoteFilterMenu = new EmoteMenuFilter(this, ao_app);
EmoteMenuFilter *emoteFilterMenu = new EmoteMenuFilter(nullptr, ao_app);
emoteFilterMenu->show();
}
);
Expand Down

0 comments on commit 8ce6772

Please sign in to comment.