Merge pull request #6691 from nextcloud/bugfix/slow-sync-with-tray-open

Bugfix/slow sync with tray open
This commit is contained in:
allexzander 2024-04-25 10:18:13 +02:00 committed by Matthieu Gallien
parent 52026f7a08
commit 33cb1a1a95
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ RowLayout {
padding: 0
imageSource: syncStatus.syncIcon
running: syncStatus.syncing
running: false // hotfix for download speed slowdown when tray is open
}
ColumnLayout {