🐛 Bug fixes

This commit is contained in:
2024-08-30 21:53:40 +08:00
parent 1ac7704080
commit 47d051dd44
9 changed files with 125 additions and 29 deletions

View File

@ -132,12 +132,13 @@ class _MiniPlayerScreenState extends State<MiniPlayerScreen> {
await windowManager.setAlwaysOnTop(
snapshot.data == true ? false : true,
);
setState(() {});
},
);
},
),
],
).paddingSymmetric(horizontal: 24),
).paddingSymmetric(horizontal: 14),
),
),
),