Added option to set custom day and month

This commit is contained in:
Paweł Malak
2021-11-05 17:16:19 +01:00
parent 7febd59ad7
commit bce51bb2c4
12 changed files with 99 additions and 9 deletions

View File

@@ -22,4 +22,6 @@ export interface Config {
useAmericanDate: boolean;
disableAutofocus: boolean;
greetingsSchema: string;
daySchema: string;
monthSchema: string;
}

View File

@@ -28,4 +28,6 @@ export interface OtherSettingsForm {
unpinStoppedApps: boolean;
useAmericanDate: boolean;
greetingsSchema: string;
daySchema: string;
monthSchema: string;
}