MCPcopy Create free account
hub / github.com/experdot/pointer / setFontSize

Function setFontSize

src/renderer/src/services/settingsService.ts:279–281  ·  view source on GitHub ↗
(fontSize: Settings['fontSize'])

Source from the content-addressed store, hash-verified

277// ==================== 基础设置 ====================
278
279export function setFontSize(fontSize: Settings['fontSize']): void {
280 stores.settings.setFontSize(fontSize)
281}
282
283export function setDefaultLLMId(id: string | undefined): void {
284 stores.settings.setDefaultLLMId(id)

Callers

nothing calls this directly

Calls 1

setFontSizeMethod · 0.80

Tested by

no test coverage detected