mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-07 04:53:12 +08:00
Added option to set custom greetings. Moved HomeHeader to separate file. Cleaned up README file
This commit is contained in:
@@ -23,4 +23,5 @@ export const configTemplate: Config = {
|
||||
unpinStoppedApps: false,
|
||||
useAmericanDate: false,
|
||||
disableAutofocus: false,
|
||||
greetingsSchema: 'Good evening!;Good afternoon!;Good morning!;Good night!',
|
||||
};
|
||||
|
||||
@@ -15,6 +15,7 @@ export const otherSettingsTemplate: OtherSettingsForm = {
|
||||
kubernetesApps: true,
|
||||
unpinStoppedApps: true,
|
||||
useAmericanDate: false,
|
||||
greetingsSchema: 'Good evening!;Good afternoon!;Good morning!;Good night!',
|
||||
};
|
||||
|
||||
export const weatherSettingsTemplate: WeatherForm = {
|
||||
|
||||
Reference in New Issue
Block a user