mirror of https://github.com/anoshenko/rui.git
8 lines
110 B
Go
8 lines
110 B
Go
|
package rui
|
||
|
|
||
|
func init() {
|
||
|
//resources.init()
|
||
|
defaultTheme.init()
|
||
|
defaultTheme.addText(defaultThemeText)
|
||
|
}
|