From d95e04af90c3c876940f9566d9c42a5cf7e037e4 Mon Sep 17 00:00:00 2001 From: aiamnezia Date: Fri, 25 Apr 2025 06:22:38 +0400 Subject: [PATCH] Disable highlightFollowsCurrentItem for country selection page --- client/ui/qml/Pages2/PageSettingsApiAvailableCountries.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/client/ui/qml/Pages2/PageSettingsApiAvailableCountries.qml b/client/ui/qml/Pages2/PageSettingsApiAvailableCountries.qml index eaebe5d70..215ba5af6 100644 --- a/client/ui/qml/Pages2/PageSettingsApiAvailableCountries.qml +++ b/client/ui/qml/Pages2/PageSettingsApiAvailableCountries.qml @@ -51,13 +51,10 @@ PageType { model: ApiCountryModel - // Commented out the binding to prevent constant reset to 0 - // currentIndex: 0 - Component.onCompleted: { - // One-time initialization to 0, allowing free scrolling afterward currentIndex = 0 } + highlightFollowsCurrentItem: false ButtonGroup { id: containersRadioButtonGroup