aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-11-14 16:08:50 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-11-14 16:14:49 +0100
commit977b073b584a8836a2f3163b4bbeb4a7708d8580 (patch)
treed66eeaa611a1da03dd21e63bcb9633871c795ad0
parent46be4836df99a9e4a29325c8df6c9970384ce471 (diff)
downloadxK-977b073b584a8836a2f3163b4bbeb4a7708d8580.tar.gz
xK-977b073b584a8836a2f3163b4bbeb4a7708d8580.tar.xz
xK-977b073b584a8836a2f3163b4bbeb4a7708d8580.zip
xA: enforce internal icon from the start
-rw-r--r--xA/xA.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/xA/xA.go b/xA/xA.go
index 954eb68..2cf2796 100644
--- a/xA/xA.go
+++ b/xA/xA.go
@@ -1490,6 +1490,7 @@ func main() {
a := app.New()
a.Settings().SetTheme(&customTheme{})
+ a.SetIcon(resourceIconNormal)
wWindow = a.NewWindow(projectName)
wWindow.Resize(fyne.NewSize(640, 480))