add icons to taskbar control buttons
This commit is contained in:
committed by
Drew Weymouth
parent
aedaa32de4
commit
041e4d3ba7
@@ -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 |
Reference in New Issue
Block a user