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