Skip to content

Commit

Permalink
Update emote_menu_filter.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoru-1816 committed Aug 12, 2024
1 parent 20750be commit 43e194a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/emote_menu_filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ void EmoteMenuFilter::onRemoveCategoryClicked() {
QMessageBox::Yes | QMessageBox::No);

if (reply == QMessageBox::Yes) {
delete categoryListWidget->takeItem(categoryList->row(selectedItem));
delete categoryList->takeItem(categoryList->row(selectedItem));

removeCategoryFromFile(categoryToRemove);
}
Expand Down

0 comments on commit 43e194a

Please sign in to comment.