We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddf4e4 commit c3c7da4Copy full SHA for c3c7da4
1 file changed
app/activeproject.cpp
@@ -347,7 +347,10 @@ void ActiveProject::requestSync( const SyncOptions::RequestOrigin requestOrigin
347
{
348
if ( requestOrigin == SyncOptions::RequestOrigin::ManualRequest )
349
350
- mAutosyncController->updateLastUpdateTime();
+ if ( mAutosyncController )
351
+ {
352
+ mAutosyncController->updateLastUpdateTime();
353
+ }
354
}
355
emit syncActiveProject( mLocalProject, requestOrigin );
356
0 commit comments