fixed
This commit is contained in:
parent
864e8c9e3c
commit
dfe7944283
5 changed files with 2711 additions and 0 deletions
2707
logs/app.log
2707
logs/app.log
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
|
|
@ -1016,6 +1016,7 @@ class AlbumResultItem(QFrame):
|
|||
color: #000000;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
padding: 8px 12px;
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
|
|
|
|||
|
|
@ -578,6 +578,9 @@ class MediaPlayer(QWidget):
|
|||
self.play_pause_btn.setEnabled(True)
|
||||
self.stop_btn.setEnabled(True)
|
||||
|
||||
# Set to playing state (show pause button since track just started)
|
||||
self.set_playing_state(True)
|
||||
|
||||
# Hide no track message and show player
|
||||
self.no_track_label.setVisible(False)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue