Skip to content

Commit e6d7d64

Browse files
committed
[379] feat: enable auto export by default
1 parent 04de5f8 commit e6d7d64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/common/preferences/preference_key.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ enum PreferenceKey<T> {
4040
showLabelsListInEditorPage<bool>(true),
4141

4242
// Backup
43-
enableAutoExport<bool>(false),
44-
autoExportFrequency<int>(1),
43+
enableAutoExport<bool>(true),
44+
autoExportFrequency<int>(3),
4545
autoExportEncryption<bool>(false, backup: false),
4646
autoExportPassword<String>('', secure: true, backup: false),
4747
autoExportDirectory<String>('', backup: false),

0 commit comments

Comments
 (0)