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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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