mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 10:22:41 +01:00
fix bug in RestoreLastBackLightBrightness
This commit is contained in:
@@ -172,6 +172,7 @@ func NewMainScreen() *MainScreen {
|
||||
|
||||
m.MsgBoxFont = Fonts["veramono20"]
|
||||
m.IconFont = Fonts["varela15"]
|
||||
m.Closed = false
|
||||
return m
|
||||
}
|
||||
|
||||
|
||||
@@ -139,6 +139,8 @@ func NewTitleBar() *TitleBar {
|
||||
|
||||
t.TitleFont = Fonts["varela16"]
|
||||
t.TimeFont = Fonts["varela12"]
|
||||
|
||||
t.InLowBackLight = -1
|
||||
return t
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user