mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-08 03:49:10 +00:00
Fix the tap handler on these buttons.
This commit is contained in:
@@ -72,10 +72,11 @@ MyDialog {
|
||||
elide: Text.ElideRight
|
||||
color: theme.textColor
|
||||
width: 200
|
||||
TapHandler {
|
||||
onTapped: {
|
||||
listView.currentIndex = index
|
||||
}
|
||||
}
|
||||
|
||||
TapHandler {
|
||||
onTapped: {
|
||||
listView.currentIndex = index
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user