move font size to project settings

This commit is contained in:
TC
2026-06-14 18:48:53 +10:00
parent 8dba10159d
commit caa27ab790
6 changed files with 58 additions and 24 deletions

View File

@@ -10,7 +10,6 @@ export interface RecentProject {
export interface GlobalConfig {
apiKey?: string
projectPath?: string
fontSize?: number
theme?: 'dark' | 'light'
recentProjects?: RecentProject[]
}