mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Removed visibility workaround
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
This commit is contained in:
parent
f425dfdfea
commit
0156edf320
1 changed files with 0 additions and 3 deletions
|
@ -62,7 +62,6 @@ Window {
|
|||
trayWindow.setY( systrayBackend.calcTrayWindowY());
|
||||
systrayBackend.setOpened();
|
||||
userModelBackend.fetchCurrentActivityModel();
|
||||
activityListView.visible = (activityListView.model.rowCount() > 0)
|
||||
}
|
||||
onHideWindow: {
|
||||
trayWindow.hide();
|
||||
|
@ -501,8 +500,6 @@ Window {
|
|||
|
||||
model: activityModel
|
||||
|
||||
visible: (model.rowCount() > 0)
|
||||
|
||||
delegate: RowLayout {
|
||||
id: activityItem
|
||||
width: activityListView.width
|
||||
|
|
Loading…
Reference in a new issue