MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / applyTitleBarOverlayColor

Function applyTitleBarOverlayColor

apps/desktop/main/window-titlebar.ts:38–41  ·  view source on GitHub ↗
(win: BrowserWindow | null | undefined, color: string)

Source from the content-addressed store, hash-verified

36}
37
38export function applyTitleBarOverlayColor(win: BrowserWindow | null | undefined, color: string): void {
39 currentTitleBarOverlayColor = color
40 win?.setTitleBarOverlay(getTitleBarOverlayOptionsForColor(color))
41}
42
43export function resetCurrentTitleBarOverlayColor(): void {
44 currentTitleBarOverlayColor = null

Callers 2

registerWindowHandlersFunction · 0.90

Calls 1

Tested by

no test coverage detected