5
0
Fork 0

Исправлено наложение шаблонов sync при cl-update-profile

master3.3
Mike Khiretskiy vor 10 Jahren
Ursprung 3a98aa127d
Commit 3fe089dbfb

@ -29,6 +29,6 @@ class VariableAcUpdateSync(ReadonlyVariable):
"""
def get(self):
action = self.Get("cl_action")
if action in ("sync",):
if action in ("sync", 'update_profile'):
return "on"
return "off"

Laden…
Abbrechen
Speichern