提交 49aa7636 编写于 作者: yanghye's avatar yanghye

v2.5.1 sys tray Show init

上级 40fc6939
......@@ -11,7 +11,6 @@ package cef
import (
"github.com/energye/energy/common"
"github.com/energye/energy/consts"
"github.com/energye/energy/logger"
"github.com/energye/energy/pkgs/notice"
"github.com/energye/energy/pkgs/systray"
"github.com/energye/golcl/energy/emfs"
......@@ -97,7 +96,6 @@ func (m *SysTray) Show() {
defer m.lock.Unlock()
if m.start == nil {
var runLoop = func() {
logger.Info("sys tray ready")
m.start, m.stop = systray.RunWithExternalLoop(m.onReady, m.onExit)
m.start()
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册