添加动态转发未支持提示

This commit is contained in:
orz12
2024-01-24 11:57:58 +08:00
parent 2511b228ce
commit fbea5a1104

View File

@@ -77,7 +77,9 @@ class _ActionPanelState extends State<ActionPanel> {
Expanded( Expanded(
flex: 1, flex: 1,
child: TextButton.icon( child: TextButton.icon(
onPressed: () {}, onPressed: () {
SmartDialog.showToast('暂不支持');
},
icon: const Icon( icon: const Icon(
FontAwesomeIcons.shareFromSquare, FontAwesomeIcons.shareFromSquare,
size: 16, size: 16,