good morning!!!!

Skip to content
Snippets Groups Projects
Commit 44da1801 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Fixed strange issue where qml will crash first run after go install

parent 82a84dca
No related branches found
No related tags found
No related merge requests found
......@@ -14,11 +14,10 @@ const (
)
func main() {
// Leave QT on top at ALL times. Qt Needs to be initialized from the main thread
qml.Init(nil)
runtime.GOMAXPROCS(runtime.NumCPU())
qml.Init(nil)
var interrupted = false
utils.RegisterInterrupt(func(os.Signal) {
interrupted = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment