fix(electron): use proper UTF-8 in screen picker
Replace escaped unicode sequences (\uD83D\uDD0A, \u00e4) with actual
UTF-8 characters so the picker displays 🔊 and ä correctly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4478ac6a6a
commit
7f0b17291f
2 changed files with 3 additions and 3 deletions
|
|
@ -166,13 +166,13 @@ h2{font-size:16px;margin-bottom:12px;color:#ccc}
|
||||||
.cancel-btn{background:#3a3a4e;color:#e0e0e0;border:none;padding:8px 24px;border-radius:6px;cursor:pointer;font-size:14px}
|
.cancel-btn{background:#3a3a4e;color:#e0e0e0;border:none;padding:8px 24px;border-radius:6px;cursor:pointer;font-size:14px}
|
||||||
.cancel-btn:hover{background:#4a4a5e}
|
.cancel-btn:hover{background:#4a4a5e}
|
||||||
</style></head><body>
|
</style></head><body>
|
||||||
<h2>Bildschirm oder Fenster w\\u00e4hlen</h2>
|
<h2>Bildschirm oder Fenster wählen</h2>
|
||||||
<div class="grid" id="grid"></div>
|
<div class="grid" id="grid"></div>
|
||||||
<div class="bottom-row">
|
<div class="bottom-row">
|
||||||
<label class="audio-toggle">
|
<label class="audio-toggle">
|
||||||
<input type="checkbox" id="audioToggle" checked>
|
<input type="checkbox" id="audioToggle" checked>
|
||||||
<span class="switch"></span>
|
<span class="switch"></span>
|
||||||
<span class="audio-label">\\uD83D\\uDD0A Audio mitstreamen</span>
|
<span class="audio-label">\u{1F50A} Audio mitstreamen</span>
|
||||||
</label>
|
</label>
|
||||||
<button class="cancel-btn" id="cancelBtn">Abbrechen</button>
|
<button class="cancel-btn" id="cancelBtn">Abbrechen</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "gaming-hub-desktop",
|
"name": "gaming-hub-desktop",
|
||||||
"productName": "Gaming Hub",
|
"productName": "Gaming Hub",
|
||||||
"version": "1.8.15",
|
"version": "1.8.16",
|
||||||
"description": "Gaming Hub Desktop App mit Ad-Blocker",
|
"description": "Gaming Hub Desktop App mit Ad-Blocker",
|
||||||
"author": "Gaming Hub",
|
"author": "Gaming Hub",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue