reorganize #17

Merged
sashakoshka merged 53 commits from reorganize into main 2023-05-03 13:42:22 -06:00
Showing only changes of commit 9e754cdb59 - Show all commits

View File

@ -19,6 +19,7 @@ func Run (application Application) {
println("nasin: cannot start application:", err.Error())
return
}
backend.SetTheme(theme)
tomo.SetBackend(backend)
if application == nil { panic("nasin: nil application") }