Compare commits
1 Commits
work/nvrwh
...
work/use_i
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f3553a59d |
@@ -50,7 +50,7 @@ QQC2.ToolBar {
|
||||
}
|
||||
}
|
||||
Component.onCompleted: userInfo.addAccount = this
|
||||
icon: "list-add"
|
||||
icon.name: "list-add"
|
||||
text: i18n("Add Account")
|
||||
subtitle: i18n("Log in to an existing account")
|
||||
onClicked: {
|
||||
|
||||
@@ -138,7 +138,7 @@ Kirigami.OverlayDrawer {
|
||||
Kirigami.BasicListItem {
|
||||
id: devtoolsButton
|
||||
|
||||
icon: "tools"
|
||||
icon.name: "tools"
|
||||
text: i18n("Open developer tools")
|
||||
visible: Config.developerTools
|
||||
|
||||
@@ -150,7 +150,7 @@ Kirigami.OverlayDrawer {
|
||||
Kirigami.BasicListItem {
|
||||
id: searchButton
|
||||
|
||||
icon: "search"
|
||||
icon.name: "search"
|
||||
text: i18n("Search in this room")
|
||||
|
||||
onClicked: {
|
||||
@@ -173,7 +173,7 @@ Kirigami.OverlayDrawer {
|
||||
Kirigami.BasicListItem {
|
||||
id: locationsButton
|
||||
|
||||
icon: "map-flat"
|
||||
icon.name: "map-flat"
|
||||
text: i18n("Show locations for this room")
|
||||
|
||||
onClicked: pageStack.pushDialogLayer("qrc:/LocationsPage.qml", {
|
||||
|
||||
Reference in New Issue
Block a user