()
| 214 | value: values.appFont || "", |
| 215 | valueText: (value) => value || defaultFontLabel, |
| 216 | get select() { |
| 217 | return [["", defaultFontLabel], ...fonts.getNames()]; |
| 218 | }, |
| 219 | info: appFontInfo, |
| 220 | category: categories.fonts, |
| 221 | }, |
no outgoing calls
no test coverage detected