Merge pull request #17 from elder-plinius/claude/fix-openrouter-translation-g0rDz

This commit is contained in:
pliny
2026-03-20 19:58:59 -07:00
committed by GitHub
+2 -5
View File
@@ -119,9 +119,7 @@
</div>
</div>
</div>
</div>
<!-- End of .tabs div -->
<!-- Advanced Settings Panel (inside app so Vue bindings work) -->
<div id="unicode-options-panel" class="unicode-options-panel">
<div class="unicode-panel-header">
@@ -136,8 +134,7 @@
<div class="api-key-input-row">
<input
:type="showApiKey ? 'text' : 'password'"
:value="openrouterApiKey"
@input="openrouterApiKey = $event.target.value"
v-model="openrouterApiKey"
placeholder="sk-or-..."
class="api-key-input"
autocomplete="off"