Skip to content

Commit

Permalink
Feat: 解除下载限制
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Jul 16, 2021
1 parent 08fac91 commit 65eb275
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
7 changes: 4 additions & 3 deletions lib/pages/gallery/view/detail.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,10 @@ class _DetailWidget extends StatelessWidget {
child: TextBtn(
FontAwesomeIcons.solidArrowAltCircleDown,
title: S.of(context).p_Download,
onTap: Get.find<EhConfigService>().debugMode
? controller.downloadGallery
: null,
// onTap: Get.find<EhConfigService>().debugMode
// ? controller.downloadGallery
// : null,
onTap: controller.downloadGallery,
),
),
// 种子下载
Expand Down
3 changes: 1 addition & 2 deletions lib/pages/setting/about_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ class ListViewAbout extends StatelessWidget {
),
TextItem(
'Telegram',
desc: 'https://t.me/f_ehviewer',
onTap: () => launch('https://t.me/f_ehviewer'),
onTap: () => launch('https://t.me/joinchat/AEj27KMQe0JiMmUx'),
),
TextItem(
'Channel',
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: fehviewer

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.1.19+234
version: 1.1.19+235

environment:
sdk: '>=2.13.0 <3.0.0'
Expand Down

0 comments on commit 65eb275

Please sign in to comment.