feat(hooks): enable hooks system by default (#17247)

This commit is contained in:
Abhi
2026-01-21 17:40:31 -05:00
committed by GitHub
parent 3cca8ec0f0
commit 61040d0eb8
8 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -1646,7 +1646,7 @@ const SETTINGS_SCHEMA = {
label: 'Enable Hooks',
category: 'Advanced',
requiresRestart: false,
default: false,
default: true,
description:
'Canonical toggle for the hooks system. When disabled, no hooks will be executed.',
showInDialog: false,