Fix application.go and internal registrar

This commit is contained in:
2024-07-28 02:36:28 -04:00
parent 4f96ca51c2
commit e01b3c8e00
2 changed files with 25 additions and 17 deletions

View File

@@ -133,6 +133,7 @@ func RunApplication (application Application) {
if err != nil { log.Fatalln("nasin: could not register backend:", err) }
err = tomo.Run(func () {
err := registrar.SetTheme()
err := registrar.SetIconSet()
if err != nil { log.Fatalln("nasin: could not set theme:", err) }
err = application.Init()
if err != nil { log.Fatalln("nasin: could not run application:", err) }