Skip to content

Commit

Permalink
Fix crash with theme Mindaro
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed Dec 21, 2022
1 parent 6eebe80 commit ae9f7ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ v7.4.7
- Fixed internet radio incorrect playback speed bug
- Fixed scrobble on repeat
- Fixed tracks not starting at 0 with "avoid resampling" on
- Fixed crash with theme Mindaro

v7.4.6

Expand Down
3 changes: 3 additions & 0 deletions t_modules/t_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2280,6 +2280,9 @@ def __init__(self):
self.bar_time = self.grey(70)

self.top_panel_background = self.grey(15)
self.status_text_over = rgb_add_hls(self.top_panel_background, 0, 0.83, 0)
self.status_text_normal = rgb_add_hls(self.top_panel_background, 0, 0.30, -0.15)

self.side_panel_background = self.grey(18)
self.gallery_background = self.side_panel_background
self.playlist_panel_background = self.grey(21)
Expand Down

0 comments on commit ae9f7ac

Please sign in to comment.