mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
tags translation
This commit is contained in:
@@ -199,6 +199,10 @@ class ComicSource {
|
||||
|
||||
final LinkHandler? linkHandler;
|
||||
|
||||
final bool enableTagsSuggestions;
|
||||
|
||||
final bool enableTagsTranslate;
|
||||
|
||||
Future<void> loadData() async {
|
||||
var file = File("${App.dataPath}/comic_source/$key.data");
|
||||
if (await file.exists()) {
|
||||
@@ -264,6 +268,8 @@ class ComicSource {
|
||||
this.translations,
|
||||
this.handleClickTagEvent,
|
||||
this.linkHandler,
|
||||
this.enableTagsSuggestions,
|
||||
this.enableTagsTranslate,
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user