Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chieapp/chie
/ hasDockOrTray
Method
hasDockOrTray
src/controller/app.ts:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
hasDockOrTray() {
54
return
this.isDockIconVisible() || this.tray || assistantManager.getAssistants().find(a => a.tray);
55
}
56
57
setDockIconVisible(visible: boolean) {
58
if
(visible) {
Callers
2
guiMain
Function · 0.80
#onAllWindowsClosed
Method · 0.80
Calls
2
isDockIconVisible
Method · 0.95
getAssistants
Method · 0.80
Tested by
no test coverage detected