Tweaks and fixes + added webview debugger
* Require better icons .. someone? :-)
This commit is contained in:
@ -17,6 +17,9 @@ const (
|
||||
func main() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
||||
// This is a bit of a cheat, but ey!
|
||||
os.Setenv("QTWEBKIT_INSPECTOR_SERVER", "127.0.0.1:99999")
|
||||
|
||||
qml.Init(nil)
|
||||
|
||||
var interrupted = false
|
||||
|
Reference in New Issue
Block a user