mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
+
This commit is contained in:
parent
5a6552e6f6
commit
2955dd0bd1
1 changed files with 22 additions and 0 deletions
|
|
@ -73,6 +73,28 @@ class _SourcesScreenState extends ConsumerState<SourcesScreen> {
|
|||
label: Text(context.l10n.show_extensions),
|
||||
),
|
||||
),
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(left: 12),
|
||||
child: Row(
|
||||
children: [
|
||||
Text(
|
||||
l10n.other,
|
||||
style: const TextStyle(
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 13,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
SourceListTile(
|
||||
source: Source(
|
||||
name: "local",
|
||||
lang: "",
|
||||
itemType: widget.itemType,
|
||||
),
|
||||
itemType: widget.itemType,
|
||||
),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue