Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/oklai/koala
/ onRestore
Function
onRestore
src/app/scripts/windowEvents.js:53–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
// window restore event
53
function
onRestore () {
54
// always keep tray
55
if
(process.platform ===
'darwin'
)
return
false;
56
57
if
(tray) {
58
tray.remove();
59
tray = null;
60
}
61
}
62
63
// quit app
64
function
quitApp () {
Callers
1
windowEvents.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected