feat(settings): surface the console color toggles as checkboxes
Add "Color accents" and "Text colors" checkboxes under the effects section (both layout variants) so the console output display prefs are discoverable outside the console toolbar. They mirror the toolbar buttons — bound live to the ConsoleTab statics and written through to settings on change. Unlike scanline/theme-effects they carry no GPU cost, so a small helper closes the effects row's BeginDisabled(low_spec), draws them on their own always- enabled row, and reopens it for the acrylic sliders (net-balanced). Adds console_accents / console_text_colors labels + 8 translations; the tooltips reuse the existing toggle keys. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -180,6 +180,7 @@
|
||||
"connected_peers": "接続中のピア",
|
||||
"connecting": "接続中...",
|
||||
"console": "コンソール",
|
||||
"console_accents": "カラーアクセント",
|
||||
"console_app": "アプリ",
|
||||
"console_auto_scroll": "自動スクロール",
|
||||
"console_available_commands": "利用可能なコマンド:",
|
||||
@@ -240,6 +241,7 @@
|
||||
"console_status_stopping": "停止中",
|
||||
"console_status_unknown": "不明",
|
||||
"console_tab_completion": "Tabで補完",
|
||||
"console_text_colors": "テキスト色",
|
||||
"console_toggle_accents": "行のカラーアクセントを切り替え",
|
||||
"console_toggle_text_color": "行のテキスト色を切り替え",
|
||||
"console_type_help": "'help'と入力して利用可能なコマンドを表示",
|
||||
|
||||
Reference in New Issue
Block a user