can we pretend that airplanes in the night sky are like shooting stars
This commit is contained in:
@@ -52,6 +52,9 @@ var tagBytes []byte
|
||||
//go:embed assets/lambda-disabled.png
|
||||
var logoDisabledBytes []byte
|
||||
|
||||
//go:embed assets/icon.png
|
||||
var logoBytes []byte
|
||||
|
||||
//go:embed assets/group.png
|
||||
var groupBytes []byte
|
||||
|
||||
@@ -181,6 +184,7 @@ func clientAssetsLoad(key string) gdk.Paintabler {
|
||||
|
||||
func init() {
|
||||
for key, data := range map[string][]byte{
|
||||
"logo": logoBytes,
|
||||
"DefaultAvatar": defaultAvatarBytes,
|
||||
"FailedAvatar": failedBytes,
|
||||
"owner": ownerMedalBytes,
|
||||
|
||||
Reference in New Issue
Block a user