show backbtn on mine page if needed

Closes #1580

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-15 21:25:27 +08:00
parent 77ec78e3fe
commit 0862c0fc87
2 changed files with 14 additions and 2 deletions

View File

@@ -271,7 +271,7 @@ class MainController extends GetxController
const Material(
child: ViewSafeArea(
top: true,
child: MinePage(),
child: MinePage(showBackBtn: true),
),
),
);