diff options
author | obscuren <geffobscura@gmail.com> | 2014-04-29 05:24:42 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-04-29 05:24:42 +0800 |
commit | 922974c760278b6d49cb6f286b663d60f77d5248 (patch) | |
tree | 58b04982be7dfd134103e350da7cc8b0a8fbd2eb /ethereal/ui | |
parent | c0de11955b3a15e6122e3ec9b68623515d311962 (diff) | |
download | dexon-922974c760278b6d49cb6f286b663d60f77d5248.tar dexon-922974c760278b6d49cb6f286b663d60f77d5248.tar.gz dexon-922974c760278b6d49cb6f286b663d60f77d5248.tar.bz2 dexon-922974c760278b6d49cb6f286b663d60f77d5248.tar.lz dexon-922974c760278b6d49cb6f286b663d60f77d5248.tar.xz dexon-922974c760278b6d49cb6f286b663d60f77d5248.tar.zst dexon-922974c760278b6d49cb6f286b663d60f77d5248.zip |
Added muted
Diffstat (limited to 'ethereal/ui')
-rw-r--r-- | ethereal/ui/ui_lib.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ethereal/ui/ui_lib.go b/ethereal/ui/ui_lib.go index a9bde74b0..07cd0ac8a 100644 --- a/ethereal/ui/ui_lib.go +++ b/ethereal/ui/ui_lib.go @@ -120,8 +120,8 @@ func (ui *UiLib) Muted(content string) { go func() { path := "file://" + ui.AssetPath("muted/index.html") win.Set("url", path) - debuggerPath := "file://" + ui.AssetPath("muted/debugger.html") - win.Set("debugUrl", debuggerPath) + //debuggerPath := "file://" + ui.AssetPath("muted/debugger.html") + //win.Set("debugUrl", debuggerPath) win.Show() win.Wait() |