mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-06-23 20:26:50 +08:00
Add create update meilisearch data task page
This commit is contained in:
@@ -106,6 +106,10 @@ class _TaskView extends State<TaskView> {
|
||||
return Text(i18n.updateTagTranslation,
|
||||
maxLines: 1, overflow: TextOverflow.ellipsis);
|
||||
}
|
||||
if (typ == TaskType.updateMeiliSearchData) {
|
||||
return Text(i18n.updateMeiliSearchDataTask,
|
||||
maxLines: 1, overflow: TextOverflow.ellipsis);
|
||||
}
|
||||
return Container();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user