Themes actuall get set now
This commit is contained in:
parent
6241be1969
commit
2ac23185e6
@ -19,6 +19,7 @@ func Run (application Application) {
|
|||||||
println("nasin: cannot start application:", err.Error())
|
println("nasin: cannot start application:", err.Error())
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
backend.SetTheme(theme)
|
||||||
tomo.SetBackend(backend)
|
tomo.SetBackend(backend)
|
||||||
|
|
||||||
if application == nil { panic("nasin: nil application") }
|
if application == nil { panic("nasin: nil application") }
|
||||||
|
Reference in New Issue
Block a user