mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
initialize sync status correctly.
This commit is contained in:
parent
a875d14671
commit
fda234cfb8
@ -64,7 +64,7 @@ Folder::Folder(const QString &alias, const QString &path, const QString& secondP
|
||||
_online = _networkMgr.isOnline();
|
||||
QObject::connect(&_networkMgr, SIGNAL(onlineStateChanged(bool)), SLOT(slotOnlineChanged(bool)));
|
||||
|
||||
_syncResult = SyncResult( SyncResult::NotYetStarted );
|
||||
_syncResult.setStatus( SyncResult::NotYetStarted );
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user