fix: pass ignore wheel to sliders

This commit is contained in:
AlexeyZavar
2026-04-25 00:09:37 +03:00
parent 8a2a84fa35
commit 44ed070a28
@@ -203,7 +203,8 @@ void AyuSectionBuilder::addSlider(SliderArgs &&args) {
st::autoDownloadLimitSlider,
st::settingsScaleLabel,
0,
args.showTitle ? st::settingsScaleLabel.style.font->width("8%%%") : 0);
args.showTitle ? st::settingsScaleLabel.style.font->width("8%%%") : 0,
true);
container->add(
std::move(sliderWithLabel.widget),
st::recentStickersLimitPadding);