This commit is contained in:
Roxanne Skelly 2019-01-28 11:10:35 -08:00
parent dfac0d88a2
commit 8357f1f9b5
2 changed files with 5 additions and 3 deletions

View file

@ -728,7 +728,7 @@ Rectangle {
top: parent.top
leftMargin: 20
}
width: 322
width: root.isLoggedIn ? 322 : 242
height: 36
radius: 4
@ -790,6 +790,8 @@ Rectangle {
glyph: model.glyph
text: model.name
visible: root.isLoggedIn || model.sortString != "my_likes"
checked: ListView.isCurrentItem
onClicked: {