mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-24 14:32:03 +00:00
Fix the tap handler on these buttons.
This commit is contained in:
parent
18dbfddcb3
commit
833a56fadd
@ -72,6 +72,8 @@ MyDialog {
|
||||
elide: Text.ElideRight
|
||||
color: theme.textColor
|
||||
width: 200
|
||||
}
|
||||
|
||||
TapHandler {
|
||||
onTapped: {
|
||||
listView.currentIndex = index
|
||||
@ -80,7 +82,6 @@ MyDialog {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
StackLayout {
|
||||
id: stackLayout
|
||||
|
Loading…
Reference in New Issue
Block a user