mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
add more notes
This commit is contained in:
parent
5221002831
commit
9c26c7fe85
5 changed files with 21 additions and 4 deletions
|
|
@ -1408,7 +1408,7 @@ const SETTINGS_SCHEMA = {
|
|||
type: 'boolean',
|
||||
label: 'Disable All Hooks',
|
||||
category: 'Advanced',
|
||||
requiresRestart: true,
|
||||
requiresRestart: true, // Future enhancement: consider supporting mid-session toggle for better UX
|
||||
default: false,
|
||||
description:
|
||||
'Temporarily disable all hooks without deleting configurations. Default is false (hooks enabled).',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue