non-functional wip state

This commit is contained in:
2025-08-18 18:54:08 +02:00
commit e7293464c1
20 changed files with 534 additions and 0 deletions

14
assets/assets.go Normal file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB