mirror of
https://github.com/venera-app/venera.git
synced 2025-12-16 15:11:14 +00:00
io utils; single favorite folder exporting and importing
This commit is contained in:
@@ -1145,7 +1145,7 @@ class _FavoritePanelState extends State<_FavoritePanel> {
|
||||
title: Text("Favorite".tl),
|
||||
),
|
||||
body: DefaultTabController(
|
||||
length: comicSource.favoriteData == null ? 1 : 2,
|
||||
length: hasNetwork ? 2 : 1,
|
||||
child: Column(
|
||||
children: [
|
||||
TabBar(tabs: [
|
||||
|
||||
Reference in New Issue
Block a user