mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
添加动态转发未支持提示
This commit is contained in:
@@ -77,7 +77,9 @@ class _ActionPanelState extends State<ActionPanel> {
|
||||
Expanded(
|
||||
flex: 1,
|
||||
child: TextButton.icon(
|
||||
onPressed: () {},
|
||||
onPressed: () {
|
||||
SmartDialog.showToast('暂不支持');
|
||||
},
|
||||
icon: const Icon(
|
||||
FontAwesomeIcons.shareFromSquare,
|
||||
size: 16,
|
||||
|
||||
Reference in New Issue
Block a user