prune: remove theme in litenote config
This commit is contained in:
@@ -4,6 +4,5 @@ import { Model } from '@/data/models/Model'
|
||||
export interface UserSettings extends Model<DataType.UserSettings> {
|
||||
fontFamily?: string
|
||||
fontSize?: string
|
||||
mode?: 'light' | 'dark'
|
||||
backlink?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user