Merge pull request #508 from guozhigq/fix-minePanelPush

fix: 个人面板无法跳转设置页面
This commit is contained in:
guozhigq
2024-02-02 23:30:57 +08:00
committed by GitHub

View File

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