mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-05-10 03:51:23 +08:00
fix: Donation sort
This commit is contained in:
parent
721ba6a3c2
commit
dd8325e78b
@ -186,14 +186,6 @@ class AboutUI extends HookConsumerWidget {
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
_donationMethodButton(
|
||||
context: context,
|
||||
title: 'WeChat',
|
||||
icon: FontAwesomeIcons.weixin,
|
||||
isSelected: donationTypeNotifier.value == 'wechat',
|
||||
color: const Color(0xFF07C160),
|
||||
onTap: () => donationTypeNotifier.value = 'wechat',
|
||||
),
|
||||
_donationMethodButton(
|
||||
context: context,
|
||||
title: 'AliPay',
|
||||
@ -202,6 +194,14 @@ class AboutUI extends HookConsumerWidget {
|
||||
color: const Color(0xFF1677FF),
|
||||
onTap: () => donationTypeNotifier.value = 'alipay',
|
||||
),
|
||||
_donationMethodButton(
|
||||
context: context,
|
||||
title: 'WeChat',
|
||||
icon: FontAwesomeIcons.weixin,
|
||||
isSelected: donationTypeNotifier.value == 'wechat',
|
||||
color: const Color(0xFF07C160),
|
||||
onTap: () => donationTypeNotifier.value = 'wechat',
|
||||
),
|
||||
_donationMethodButton(
|
||||
context: context,
|
||||
title: 'QQ',
|
||||
|
Loading…
x
Reference in New Issue
Block a user