fix state

This commit is contained in:
thsrite
2023-12-04 15:14:30 +08:00
parent 036a14a8ad
commit e65d9100a5
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ class ScheduleReminder(_PluginBase):
text=theme)
def get_state(self) -> bool:
return False
return self._enabled
@staticmethod
def get_command() -> List[Dict[str, Any]]:

View File

@@ -136,7 +136,7 @@ class SyncCookieCloud(_PluginBase):
})
def get_state(self) -> bool:
return False
return self._enabled
@staticmethod
def get_command() -> List[Dict[str, Any]]: