Remove Material.Icon
This commit is contained in:
@@ -131,12 +131,6 @@ Dialog {
|
||||
|
||||
visible: inRoom
|
||||
|
||||
contentItem: MaterialIcon {
|
||||
icon: "\ue89e"
|
||||
color: MPalette.lighter
|
||||
font.pixelSize: 20
|
||||
}
|
||||
|
||||
background: RippleEffect {
|
||||
circular: true
|
||||
}
|
||||
@@ -148,12 +142,6 @@ Dialog {
|
||||
|
||||
visible: !inRoom
|
||||
|
||||
contentItem: MaterialIcon {
|
||||
icon: "\ue7fe"
|
||||
color: MPalette.lighter
|
||||
font.pixelSize: 20
|
||||
}
|
||||
|
||||
background: RippleEffect {
|
||||
circular: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user