Rename PageLoader.showPage() → PageLoader.show()

This commit is contained in:
miruka
2020-09-03 17:33:19 -04:00
parent 90929691c6
commit 601b42a503
8 changed files with 13 additions and 15 deletions

View File

@@ -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)