apply worl loading ui

This commit is contained in:
IliaDenisov
2026-03-08 09:05:00 +02:00
parent c076347d70
commit 672e4a00b4
5 changed files with 77 additions and 66 deletions
-4
View File
@@ -14,10 +14,6 @@ func NewClient() *client {
c := &client{}
c.app = app.New()
c.window = c.app.NewWindow("Galaxy+")
// https://github.com/fyne-io/fyne/issues/418 - interactive raster
// https://github.com/fyne-io/fyne/issues/224 - resize
editor := NewEditor()
editor.BuildUI(c.window)