Skip to content

Commit

Permalink
bug fix and add infinity svg
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed Jan 7, 2025
1 parent 966e792 commit a6a8257
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions res/icons/publicdomain/infinity.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ui/widgets/auxcontrols.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func NewAuxControls(initialVolume int, initialLoopMode backend.LoopMode, initial
}
a.loop.IconSize = IconButtonSizeSmaller
a.loop.SetToolTip(lang.L("Repeat"))
a.loop.Highlighted = initialAutoplay
a.autoplay.Highlighted = initialAutoplay
//a.autoplay.IconSize = IconButtonSizeSmaller
a.autoplay.SetToolTip(lang.L("Autoplay"))
a.autoplay.OnTapped = func() {
Expand Down

0 comments on commit a6a8257

Please sign in to comment.