bug(ui) showLineNumbers had the wrong default value. (#13356)

This commit is contained in:
Jacob Richman
2025-11-18 19:33:40 -08:00
committed by GitHub
parent b644f037a3
commit e8d0e0d342
3 changed files with 4 additions and 4 deletions

View File

@@ -480,7 +480,7 @@ const SETTINGS_SCHEMA = {
label: 'Show Line Numbers',
category: 'UI',
requiresRestart: false,
default: false,
default: true,
description: 'Show line numbers in the chat.',
showInDialog: true,
},