feat: add "Open in custom player" to toast options (#5880)
This commit is contained in:
@@ -127,7 +127,8 @@ QComboBox *NotificationPage::createToastReactionComboBox()
|
||||
{
|
||||
QComboBox *toastReactionOptions = new QComboBox();
|
||||
|
||||
for (int i = 0; i <= static_cast<int>(ToastReaction::DontOpen); i++)
|
||||
for (int i = 0; i <= static_cast<int>(ToastReaction::OpenInCustomPlayer);
|
||||
i++)
|
||||
{
|
||||
toastReactionOptions->insertItem(
|
||||
i, Toasts::findStringFromReaction(static_cast<ToastReaction>(i)));
|
||||
|
||||
Reference in New Issue
Block a user