mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 20:40:18 +00:00
Apply suggestions from code review
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
This commit is contained in:
parent
c4f2ea0f14
commit
71665ed53c
@ -11,7 +11,7 @@ Rectangle {
|
||||
id: emptyView
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
visible: !appSettings.dontShowChannelSuggestions
|
||||
visible: !appSettings.hideChannelSuggestions
|
||||
|
||||
height: suggestionContainer.height + inviteFriendsContainer.height + Style.current.padding * 2
|
||||
border.color: Style.current.border
|
||||
@ -56,7 +56,7 @@ Rectangle {
|
||||
anchors.fill: closeImg
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
onClicked: {
|
||||
appSettings.dontShowChannelSuggestions = true
|
||||
appSettings.hideChannelSuggestions = true
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user