Skip to content

Commit

Permalink
Sync the play button when switching to mini player (#4743)
Browse files Browse the repository at this point in the history
  • Loading branch information
uiryuu committed Jan 3, 2024
1 parent ac6d17c commit dcb8bbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iina/PlayerCore.swift
Expand Up @@ -545,6 +545,7 @@ class PlayerCore: NSObject {

miniPlayer.updateTitle()
syncUITime()
syncUI(.playButton)
// When not in the mini player the timer that updates the OSC may be stopped to conserve energy
// when the OSC is hidden. As the OSC is always displayed in the mini player ensure the timer is
// running if media is playing.
Expand Down

0 comments on commit dcb8bbd

Please sign in to comment.