mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Fix the tap handler on these buttons.
This commit is contained in:
parent
18dbfddcb3
commit
833a56fadd
@ -72,10 +72,11 @@ MyDialog {
|
|||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
color: theme.textColor
|
color: theme.textColor
|
||||||
width: 200
|
width: 200
|
||||||
TapHandler {
|
}
|
||||||
onTapped: {
|
|
||||||
listView.currentIndex = index
|
TapHandler {
|
||||||
}
|
onTapped: {
|
||||||
|
listView.currentIndex = index
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user