add custom font size option
This commit is contained in:
parent
0f6413d4b9
commit
55a0e11366
6 changed files with 33 additions and 2 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
|
@ -13379,6 +13379,10 @@ export interface Locale extends ILocale {
|
|||
*/
|
||||
"keepFilesInUseDescription": string;
|
||||
};
|
||||
/**
|
||||
* Custom font size
|
||||
*/
|
||||
"customFontSize": string;
|
||||
}
|
||||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue