Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-20 16:58:42 +08:00
parent 3099bd6ca1
commit 9b5457ffc0
20 changed files with 102 additions and 109 deletions

View File

@@ -109,9 +109,7 @@ class MineController extends GetxController {
children: <Widget>[
Row(
children: <Widget>[
Icon(
MdiIcons.incognito,
),
const Icon(MdiIcons.incognito),
const SizedBox(width: 10),
Text('已进入无痕模式', style: theme.textTheme.titleMedium)
],
@@ -183,9 +181,7 @@ class MineController extends GetxController {
child: Row(
mainAxisAlignment: MainAxisAlignment.start,
children: [
Icon(
MdiIcons.incognitoOff,
),
const Icon(MdiIcons.incognitoOff),
const SizedBox(width: 10),
Text('已退出无痕模式', style: theme.textTheme.titleMedium),
],