feat(quality): Skip the next speaker check by default (#7614)

This commit is contained in:
Sandy Tao
2025-09-02 13:37:44 -07:00
committed by GitHub
parent 0a7f5be81f
commit 82b6a2f5d1

View File

@@ -424,7 +424,7 @@ export const SETTINGS_SCHEMA = {
label: 'Skip Next Speaker Check',
category: 'Model',
requiresRestart: false,
default: false,
default: true,
description: 'Skip the next speaker check.',
showInDialog: true,
},