Skip to content

Commit

Permalink
player redesign done
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed Mar 22, 2024
1 parent 90aa442 commit a4e583f
Show file tree
Hide file tree
Showing 4 changed files with 338 additions and 285 deletions.
3 changes: 3 additions & 0 deletions lib/pages/player/player_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,9 @@ abstract class _PlayerController with Store {
//退出全屏显示
Future<void> exitFullScreen() async {
debugPrint('退出全屏模式');
if (Platform.isWindows) {
await windowManager.setFullScreen(false);
}
dynamic document;
late SystemUiMode mode = SystemUiMode.edgeToEdge;
try {
Expand Down
Loading

0 comments on commit a4e583f

Please sign in to comment.