Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Predidit/Kazumi
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed Jan 14, 2025
2 parents 4ded63a + 5de676a commit 1081932
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/bean/card/bangumi_info_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ class _BangumiInfoCardVState extends State<BangumiInfoCardV> {
right: 5,
bottom: 5,
child: Container(
// padding: EdgeInsets.all(padding),
width: 40,
height: 40,
decoration: BoxDecoration(
color: Theme.of(context)
.colorScheme
Expand Down
3 changes: 2 additions & 1 deletion lib/pages/collect/collect_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ class _CollectPageState extends State<CollectPage>
bottom: 5,
child: showDelete
? Container(
// padding: EdgeInsets.all(padding),
width: 40,
height: 40,
decoration: BoxDecoration(
color: Theme.of(context)
.colorScheme
Expand Down
1 change: 1 addition & 0 deletions lib/pages/player/player_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ class _PlayerItemState extends State<PlayerItem>
videoPageController.isFullscreen =
!videoPageController.isFullscreen;
} else if (!Platform.isMacOS) {
playerController.pause();
windowManager.hide();
}
}
Expand Down

0 comments on commit 1081932

Please sign in to comment.