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

This commit is contained in:
guozhigq
2024-02-02 23:24:36 +08:00
committed by orz12
parent 4d9e15ad50
commit 63d4dd50ac

View File

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