| 1088 | } |
| 1089 | |
| 1090 | int ChatRootView::codeFontSize() const |
| 1091 | { |
| 1092 | return Settings::chatAssistantSettings().codeFontSize(); |
| 1093 | } |
| 1094 | |
| 1095 | int ChatRootView::textFontSize() const |
| 1096 | { |
nothing calls this directly
no outgoing calls
no test coverage detected