MCPcopy 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

guiMainFunction · 0.80
#onAllWindowsClosedMethod · 0.80

Calls 2

isDockIconVisibleMethod · 0.95
getAssistantsMethod · 0.80

Tested by

no test coverage detected