mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Exclude planned activities from Cloud Service upload list
This commit is contained in:
@@ -1121,7 +1121,7 @@ CloudServiceSyncDialog::refreshClicked()
|
||||
for(int i=0; uploadEnabled && i<context->athlete->rideCache->rides().count(); i++) {
|
||||
|
||||
RideItem *ride = context->athlete->rideCache->rides().at(i);
|
||||
if (!specification.pass(ride)) continue;
|
||||
if (!specification.pass(ride) || ride->planned) continue;
|
||||
|
||||
QTreeWidgetItem *add;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user