Skip to content

Commit 9596773

Browse files
committedMar 14, 2025·
embed icon
1 parent 64d0a81 commit 9596773

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎main.go

+4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ import (
1010
//go:embed content
1111
var econtent embed.FS
1212

13+
//go:embed icon.svg
14+
var icon string
15+
1316
func main() {
17+
core.AppIcon = icon
1418
b := core.NewBody("CompCogNeuro")
1519
ct := content.NewContent(b).SetContent(econtent)
1620
b.AddTopBar(func(bar *core.Frame) {

0 commit comments

Comments
 (0)