fix(@desktop/browser): hide favorite bar when there is none

fixes #3210
This commit is contained in:
Anthony Laibe 2021-08-12 16:07:51 +02:00 committed by RichΛrd
parent 77c3e1b211
commit 2b027088e5
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import "../../../imports"
RowLayout {
id: favoritesBar
spacing: 0
height: 38
height: browserModel.bookmarks.rowCount() > 0 ? 38: 0
ListView {
id: bookmarkList