feat: add SettingWidget::dropdown support for int style enums (#6303)

This commit is contained in:
pajlada
2025-06-28 14:31:11 +02:00
committed by GitHub
parent f3c11a5159
commit 42fb5ad077
10 changed files with 163 additions and 65 deletions
+1 -1
View File
@@ -2046,7 +2046,7 @@ void ChannelView::mouseMoveEvent(QMouseEvent *event)
if (badgeElement || emoteElement || layeredEmoteElement)
{
auto showThumbnailSetting =
getSettings()->emotesTooltipPreview.getValue();
getSettings()->emotesTooltipPreview.getEnum();
bool showThumbnail =
showThumbnailSetting == ThumbnailPreviewMode::AlwaysShow ||