fix bug in RestoreLastBackLightBrightness

This commit is contained in:
cuu
2018-12-24 13:20:31 +00:00
parent c9808c96c7
commit 33136b6b16
3 changed files with 12 additions and 2 deletions

View File

@@ -172,6 +172,7 @@ func NewMainScreen() *MainScreen {
m.MsgBoxFont = Fonts["veramono20"]
m.IconFont = Fonts["varela15"]
m.Closed = false
return m
}