fix(settings): enable default usage statistics collection (#5909)

This commit is contained in:
Ali Al Jufairi
2025-08-10 11:56:53 +09:00
committed by GitHub
parent 8a9a927544
commit 0157eae3d7

View File

@@ -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,
}, },