mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 23:35:32 +00:00
fix(PrivacyView): remove chevrons from items where not needed
This commit is contained in:
parent
4e8f2303e6
commit
7e9570c83e
@ -164,12 +164,6 @@ Item {
|
||||
StatusSwitch {
|
||||
id: switch1
|
||||
checked: !appSettings.onlyShowContactsProfilePics
|
||||
},
|
||||
StatusIcon {
|
||||
icon: "chevron-down"
|
||||
rotation: 270
|
||||
color: Theme.palette.baseColor1
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
]
|
||||
sensor.onClicked: {
|
||||
@ -189,12 +183,6 @@ Item {
|
||||
StatusSwitch {
|
||||
id: switch2
|
||||
checked: appSettings.displayChatImages
|
||||
},
|
||||
StatusIcon {
|
||||
icon: "chevron-down"
|
||||
rotation: 270
|
||||
color: Theme.palette.baseColor1
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
]
|
||||
sensor.onClicked: {
|
||||
@ -272,12 +260,7 @@ Item {
|
||||
components: [
|
||||
StatusSwitch {
|
||||
id: switch3
|
||||
checked: !root.store.messagesFromContactsOnly },
|
||||
StatusIcon {
|
||||
icon: "chevron-down"
|
||||
rotation: 270
|
||||
color: Theme.palette.baseColor1
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
checked: !root.store.messagesFromContactsOnly
|
||||
}
|
||||
]
|
||||
sensor.onClicked: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user