diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-11-14 16:08:50 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-11-14 16:14:49 +0100 |
commit | 977b073b584a8836a2f3163b4bbeb4a7708d8580 (patch) | |
tree | d66eeaa611a1da03dd21e63bcb9633871c795ad0 /xA/xA.go | |
parent | 46be4836df99a9e4a29325c8df6c9970384ce471 (diff) | |
download | xK-977b073b584a8836a2f3163b4bbeb4a7708d8580.tar.gz xK-977b073b584a8836a2f3163b4bbeb4a7708d8580.tar.xz xK-977b073b584a8836a2f3163b4bbeb4a7708d8580.zip |
xA: enforce internal icon from the start
Diffstat (limited to 'xA/xA.go')
-rw-r--r-- | xA/xA.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) |