mirror of
https://github.com/simon-ding/polaris.git
synced 2026-04-21 19:27:30 +08:00
fix: cron jobs
This commit is contained in:
@@ -118,6 +118,6 @@ class _ImportlistState extends ConsumerState<Importlist> {
|
||||
}
|
||||
|
||||
return showSettingDialog(
|
||||
context, "导入列表", list.id != null, body, onSubmit, onDelete);
|
||||
context, "监控列表", list.id != null, body, onSubmit, onDelete);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ class _SystemSettingsPageState extends ConsumerState<SystemSettingsPage> {
|
||||
getExpansionTile("下载器", const DownloaderSettings()),
|
||||
getExpansionTile("存储", const StorageSettings()),
|
||||
getExpansionTile("通知客户端", const NotifierSettings()),
|
||||
getExpansionTile("导入列表", const Importlist()),
|
||||
getExpansionTile("监控列表", const Importlist()),
|
||||
getExpansionTile("认证", const AuthSettings())
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user