mirror of
https://github.com/Mikescher/kpsync.git
synced 2025-10-14 08:45:08 +02:00
non-functional wip state
This commit is contained in:
14
assets/assets.go
Normal file
14
assets/assets.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package assets
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
)
|
||||
|
||||
//go:embed IconInit.png
|
||||
var IconInit []byte
|
||||
|
||||
//go:embed iconDefault.png
|
||||
var IconDefault []byte
|
||||
|
||||
//go:embed iconDownload.png
|
||||
var IconDownload []byte
|
BIN
assets/iconDefault.png
Normal file
BIN
assets/iconDefault.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user