MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / resetCurrentTitleBarOverlayColor

Function resetCurrentTitleBarOverlayColor

apps/desktop/main/window-titlebar.ts:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43export function resetCurrentTitleBarOverlayColor(): void {
44 currentTitleBarOverlayColor = null
45}
46
47function getReadableSymbolColor(hexColor: string): string {
48 const match = /^#([0-9a-f]{6})$/i.exec(hexColor)

Callers 3

createWindowMethod · 0.90
registerWindowHandlersFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected