🐛 Bug fixes
This commit is contained in:
@ -132,12 +132,13 @@ class _MiniPlayerScreenState extends State<MiniPlayerScreen> {
|
||||
await windowManager.setAlwaysOnTop(
|
||||
snapshot.data == true ? false : true,
|
||||
);
|
||||
setState(() {});
|
||||
},
|
||||
);
|
||||
},
|
||||
),
|
||||
],
|
||||
).paddingSymmetric(horizontal: 24),
|
||||
).paddingSymmetric(horizontal: 14),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user