Drop the "s" from AccountsBar
This commit is contained in:
parent
eff203032c
commit
94bcf323b2
|
@ -140,28 +140,3 @@ Rectangle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// HButton {
|
|
||||||
// id: settingsButton
|
|
||||||
// backgroundColor: theme.accountsBar.settingsButtonBackground
|
|
||||||
// icon.name: "settings"
|
|
||||||
// toolTip.text: qsTr("Open config folder")
|
|
||||||
|
|
||||||
// onClicked: py.callCoro("get_config_dir", [], Qt.openUrlExternally)
|
|
||||||
|
|
||||||
// Layout.preferredHeight: theme.baseElementsHeight
|
|
||||||
// }
|
|
||||||
// HButton {
|
|
||||||
// id: addAccountButton
|
|
||||||
// icon.name: "add-account"
|
|
||||||
// toolTip.text: qsTr("Add another account")
|
|
||||||
// backgroundColor: theme.accountsBar.addAccountButtonBackground
|
|
||||||
// onClicked: pageLoader.showPage("AddAccount/AddAccount")
|
|
||||||
|
|
||||||
// Layout.preferredHeight: theme.baseElementsHeight
|
|
||||||
|
|
||||||
// HShortcut {
|
|
||||||
// sequences: window.settings.keys.addNewAccount
|
|
||||||
// onActivated: addAccountButton.clicked()
|
|
||||||
// }
|
|
||||||
// }
|
|
|
@ -10,7 +10,7 @@ HDrawer {
|
||||||
background: Rectangle { color: theme.mainPane.background }
|
background: Rectangle { color: theme.mainPane.background }
|
||||||
minimumSize: theme.controls.avatar.size + theme.spacing * 2
|
minimumSize: theme.controls.avatar.size + theme.spacing * 2
|
||||||
|
|
||||||
readonly property alias accountsBar: accountsBar
|
readonly property alias accountBar: accountBar
|
||||||
readonly property alias roomList: roomList
|
readonly property alias roomList: roomList
|
||||||
readonly property alias bottomBar: bottomBar
|
readonly property alias bottomBar: bottomBar
|
||||||
|
|
||||||
|
@ -29,8 +29,8 @@ HDrawer {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
|
|
||||||
AccountsBar {
|
AccountBar {
|
||||||
id: accountsBar
|
id: accountBar
|
||||||
roomList: roomList
|
roomList: roomList
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user