feat: 新增无痕播放模式

This commit is contained in:
orz12
2024-01-23 15:11:20 +08:00
parent 2612126897
commit 738a4402cb
10 changed files with 250 additions and 208 deletions

View File

@@ -54,6 +54,18 @@ class _MinePageState extends State<MinePage> {
),
),
actions: [
IconButton(
onPressed: () {
MineController.onChangeAnonymity();
setState(() {});
},
icon: Icon(
MineController.anonymity
? Icons.visibility_off_outlined
: Icons.visibility_outlined,
size: 22,
),
),
IconButton(
onPressed: () => mineController.onChangeTheme(),
icon: Icon(