Fix incorrect reference to endEditMode()
Not sure how that slipped through the cracks. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
da5be2249d
commit
55eb4160da
@ -148,7 +148,7 @@ MobileComponents.ApplicationWindow {
|
||||
text: "Preferences"
|
||||
onTriggered: {
|
||||
stackView.push(prefsWindow)
|
||||
endEditMode()
|
||||
detailsWindow.endEditMode()
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user