mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 01:27:25 +00:00
chore: object names for profile tab buttons added (#13469)
This commit is contained in:
parent
5811285de6
commit
0378b12b7d
@ -65,32 +65,38 @@ SettingsContentBase {
|
||||
id: profileTabBar
|
||||
|
||||
StatusTabButton {
|
||||
objectName: "identityTabButton"
|
||||
width: implicitWidth
|
||||
leftPadding: 0
|
||||
text: qsTr("Identity")
|
||||
}
|
||||
|
||||
StatusTabButton {
|
||||
objectName: "communitiesTabButton"
|
||||
width: implicitWidth
|
||||
text: qsTr("Communities")
|
||||
}
|
||||
|
||||
StatusTabButton {
|
||||
objectName: "accountsTabButton"
|
||||
width: implicitWidth
|
||||
text: qsTr("Accounts")
|
||||
}
|
||||
|
||||
StatusTabButton {
|
||||
objectName: "collectiblesTabButton"
|
||||
width: implicitWidth
|
||||
text: qsTr("Collectibles")
|
||||
}
|
||||
|
||||
StatusTabButton {
|
||||
objectName: "assetsTabButton"
|
||||
width: implicitWidth
|
||||
text: qsTr("Assets")
|
||||
}
|
||||
|
||||
StatusTabButton {
|
||||
objectName: "webTabButton"
|
||||
width: implicitWidth
|
||||
text: qsTr("Web")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user