Disable highlightFollowsCurrentItem for country selection page

This commit is contained in:
aiamnezia 2025-04-25 06:22:38 +04:00
parent 5c40f382fd
commit d95e04af90

View file

@ -51,13 +51,10 @@ PageType {
model: ApiCountryModel model: ApiCountryModel
// Commented out the binding to prevent constant reset to 0
// currentIndex: 0
Component.onCompleted: { Component.onCompleted: {
// One-time initialization to 0, allowing free scrolling afterward
currentIndex = 0 currentIndex = 0
} }
highlightFollowsCurrentItem: false
ButtonGroup { ButtonGroup {
id: containersRadioButtonGroup id: containersRadioButtonGroup