[Update] UI: Add Clipboard Feature as Voice Typing Mode settings.

This commit is contained in:
Sakamoto Shiina
2026-01-09 22:50:44 +09:00
parent 7336d01469
commit 6415656853
7 changed files with 35 additions and 1 deletions

View File

@@ -611,6 +611,14 @@ export const SETTINGS_ARRAY = [
logics_template_id: "toggle_enable_disable",
base_endpoint_name: "overlay_show_only_translated_messages",
},
{
Category: "Vr",
Base_Name: "VoiceTypingMode",
default_value: false,
ui_template_id: "toggle",
logics_template_id: "toggle_enable_disable",
base_endpoint_name: "clipboard",
},
// Others
{