Themes actuall get set now

This commit is contained in:
Sasha Koshka 2023-05-02 23:23:14 -04:00
parent fb25496f34
commit 9e754cdb59
1 changed files with 1 additions and 0 deletions

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") }