Исправлен сброс маркера наличия обновлений

legacy27 3.6.8.2
parent c131228cbc
commit fc0315cd7d

@ -369,8 +369,10 @@ class ClUpdateAction(Action):
}, },
] ]
}, },
{'name': 'update:set_upto_date_cache', {'name': 'set_upto_date_cache',
'method': 'Update.setUpToDateCache()' 'method': 'Update.setUpToDateCache()',
'condition': lambda Get: Get('cl_update_sync_only_set') == 'off' and \
Get('cl_update_pretend_set') == 'off'
} }
] ]

Loading…
Cancel
Save