mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix(settings): enable default usage statistics collection (#5909)
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user