mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Neutral sync icon in VFS sync status
Signed-off-by: Rello <Rello@users.noreply.github.com>
This commit is contained in:
parent
a5dfc3ae59
commit
7ab63e9466
@ -254,7 +254,7 @@ void FileProviderDomainSyncStatus::setIcon(const QUrl &icon)
|
||||
|
||||
void FileProviderDomainSyncStatus::updateIcon()
|
||||
{
|
||||
const auto iconUrl = syncing() ? Theme::instance()->syncStatusRunning() : Theme::instance()->syncStatusOk();
|
||||
const auto iconUrl = syncing() ? Theme::instance()->sync() : Theme::instance()->ok();
|
||||
setIcon(iconUrl);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user