fix: 个人面板无法跳转设置页面

This commit is contained in:
guozhigq
2024-02-02 23:24:36 +08:00
parent e24ccc16fa
commit eb1e2ca5f4

View File

@ -64,7 +64,7 @@ class _MinePageState extends State<MinePage> {
), ),
), ),
IconButton( IconButton(
onPressed: () => Get.toNamed('/setting'), onPressed: () => Get.toNamed('/setting', preventDuplicates: false),
icon: const Icon( icon: const Icon(
CupertinoIcons.slider_horizontal_3, CupertinoIcons.slider_horizontal_3,
), ),