add icons to taskbar control buttons

This commit is contained in:
Drew Weymouth
2025-08-08 19:15:46 -07:00
committed by Drew Weymouth
parent aedaa32de4
commit 041e4d3ba7
12 changed files with 322 additions and 55 deletions
+15
View File
@@ -0,0 +1,15 @@
package wintaskbarthumbs
import _ "embed"
//go:embed media_pause.png
var MediaPausePNG []byte
//go:embed media_play.png
var MediaPlayPNG []byte
//go:embed media_seek_next.png
var MediaSeekNextPNG []byte
//go:embed media_seek_previous.png
var MediaSeekPreviousPNG []byte
Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB