mirror of https://github.com/jetkvm/kvm.git
fix: wakeDisplay() on start to fix warm start issue
If the application had turned off the display before exiting, it wouldn't be brought on when the application restarted without a device reboot.
This commit is contained in:
parent
d6e4df2109
commit
7e7310b176
|
@ -205,6 +205,7 @@ func init() {
|
||||||
updateStaticContents()
|
updateStaticContents()
|
||||||
displayInited = true
|
displayInited = true
|
||||||
fmt.Println("display inited")
|
fmt.Println("display inited")
|
||||||
|
wakeDisplay()
|
||||||
requestDisplayUpdate()
|
requestDisplayUpdate()
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue