diff --git a/gpt4all-chat/qml/SettingsDialog.qml b/gpt4all-chat/qml/SettingsDialog.qml index e0c3d189..2fd0d04d 100644 --- a/gpt4all-chat/qml/SettingsDialog.qml +++ b/gpt4all-chat/qml/SettingsDialog.qml @@ -72,10 +72,11 @@ MyDialog { elide: Text.ElideRight color: theme.textColor width: 200 - TapHandler { - onTapped: { - listView.currentIndex = index - } + } + + TapHandler { + onTapped: { + listView.currentIndex = index } } }