Rename PageLoader.showPage() → PageLoader.show()
This commit is contained in:
@@ -61,7 +61,7 @@ HListView {
|
||||
const item = model.get(index)
|
||||
|
||||
item.type === "Account" ?
|
||||
pageLoader.showPage(
|
||||
pageLoader.show(
|
||||
"Pages/AccountSettings/AccountSettings.qml", { "userId": item.id },
|
||||
) :
|
||||
pageLoader.showRoom(item.for_account, item.id)
|
||||
|
||||
Reference in New Issue
Block a user