MCPcopy Create free account
hub / github.com/chieapp/chie / isDockIconVisible

Method isDockIconVisible

src/controller/app.ts:68–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 }
67
68 isDockIconVisible() {
69 if (process.platform != 'darwin')
70 return false;
71 return gui.app.getActivationPolicy() == 'regular';
72 }
73
74 setHasTray(has: boolean) {
75 if (has == !!this.tray)

Callers 3

serializeMethod · 0.95
hasDockOrTrayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected