Rename EditAccount to AccountSettings

This commit is contained in:
miruka
2019-11-10 09:07:35 -04:00
parent e3165d0a7c
commit 484e9e595d
10 changed files with 15 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ HTileDelegate {
theme.sidePane.account.collapsedOpacity : 1
shouldBeCurrent:
window.uiState.page == "Pages/EditAccount/EditAccount.qml" &&
window.uiState.page == "Pages/AccountSettings/AccountSettings.qml" &&
window.uiState.pageProperties.userId == model.data.user_id
setCurrentTimer.running:
@@ -34,7 +34,7 @@ HTileDelegate {
onActivated: if (! disconnecting) {
pageLoader.showPage(
"EditAccount/EditAccount", { "userId": model.data.user_id }
"AccountSettings/AccountSettings", { "userId": model.data.user_id }
)
}

View File

@@ -76,7 +76,7 @@ HListView {
if (! currentItem) incrementCurrentIndex()
pageLoader.showPage(
"EditAccount/EditAccount",
"AccountSettings/AccountSettings",
{userId: currentItem.item.delegateModel.user_id},
)
}