aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-08-14 06:18:37 +0800
committerobscuren <geffobscura@gmail.com>2014-08-14 06:18:37 +0800
commit95ba340d07a02da40000d4bcf2b1bb24bd7856ef (patch)
tree79a067c70f5a1624c87b17c8efed02d160a0b0b8 /ethereal/main.go
parentd518423b9c493bf5b42e6575db9a32106812e6bc (diff)
downloadgo-tangerine-95ba340d07a02da40000d4bcf2b1bb24bd7856ef.tar.gz
go-tangerine-95ba340d07a02da40000d4bcf2b1bb24bd7856ef.tar.zst
go-tangerine-95ba340d07a02da40000d4bcf2b1bb24bd7856ef.zip
Tweaks and fixes + added webview debugger
* Require better icons .. someone? :-)
Diffstat (limited to 'ethereal/main.go')
-rw-r--r--ethereal/main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/ethereal/main.go b/ethereal/main.go
index 04a04536d..431307c6f 100644
--- a/ethereal/main.go
+++ b/ethereal/main.go
@@ -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