Added option to change date formatting. Added shortcuts to clear search bar

This commit is contained in:
Paweł Malak
2021-10-22 15:51:11 +02:00
parent cfb471e578
commit 4ef9652ede
11 changed files with 68 additions and 13 deletions

View File

@@ -21,4 +21,5 @@ export const configTemplate: Config = {
dockerHost: 'localhost',
kubernetesApps: false,
unpinStoppedApps: false,
useAmericanDate: false,
};

View File

@@ -14,6 +14,7 @@ export const otherSettingsTemplate: OtherSettingsForm = {
dockerHost: 'localhost',
kubernetesApps: true,
unpinStoppedApps: true,
useAmericanDate: false,
};
export const weatherSettingsTemplate: WeatherForm = {