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',
|
label: 'Enable Usage Statistics',
|
||||||
category: 'General',
|
category: 'General',
|
||||||
requiresRestart: true,
|
requiresRestart: true,
|
||||||
default: false,
|
default: true,
|
||||||
description: 'Enable collection of usage statistics',
|
description: 'Enable collection of usage statistics',
|
||||||
showInDialog: true,
|
showInDialog: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue