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

master3.3
Mike Khiretskiy 10年前
コミット 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"

読み込み中…
キャンセル
保存