feat: set default summary to true
This commit is contained in:
parent
ce23ae8725
commit
8da8a715ac
|
|
@ -5,7 +5,7 @@ export const defaultGeneralSettings: GeneralSettings = {
|
|||
appLaunchOnStartup: false,
|
||||
language: "en",
|
||||
translation: false,
|
||||
summary: false,
|
||||
summary: true,
|
||||
actionLanguage: "default",
|
||||
|
||||
// mobile app
|
||||
|
|
|
|||
Loading…
Reference in New Issue