Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>2020-01-17 13:21:43 +0300
committerDominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>2020-01-17 13:21:43 +0300
commit0156edf320fddccd75c4ad38d9fbd9e9379d55e7 (patch)
tree9e70c4579c78934af5dbb656813ba3e152729ab8
parentf425dfdfea7b3672f7afb280d0f1c00725c5551a (diff)
Removed visibility workaround
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
-rw-r--r--src/gui/tray/Window.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/tray/Window.qml b/src/gui/tray/Window.qml
index 6730f0c90..6423e1bc5 100644
--- a/src/gui/tray/Window.qml
+++ b/src/gui/tray/Window.qml
@@ -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