fix(settings): enable default usage statistics collection (#5909)
This commit is contained in:
parent
8a9a927544
commit
0157eae3d7
|
@ -101,7 +101,7 @@ export const SETTINGS_SCHEMA = {
|
|||
label: 'Enable Usage Statistics',
|
||||
category: 'General',
|
||||
requiresRestart: true,
|
||||
default: false,
|
||||
default: true,
|
||||
description: 'Enable collection of usage statistics',
|
||||
showInDialog: true,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue