mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-10 22:43:11 +08:00
Added option to change date formatting. Added shortcuts to clear search bar
This commit is contained in:
@@ -21,4 +21,5 @@ export const configTemplate: Config = {
|
||||
dockerHost: 'localhost',
|
||||
kubernetesApps: false,
|
||||
unpinStoppedApps: false,
|
||||
useAmericanDate: false,
|
||||
};
|
||||
|
||||
@@ -14,6 +14,7 @@ export const otherSettingsTemplate: OtherSettingsForm = {
|
||||
dockerHost: 'localhost',
|
||||
kubernetesApps: true,
|
||||
unpinStoppedApps: true,
|
||||
useAmericanDate: false,
|
||||
};
|
||||
|
||||
export const weatherSettingsTemplate: WeatherForm = {
|
||||
|
||||
Reference in New Issue
Block a user