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
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "gaming-hub-desktop",
|
||||
"productName": "Gaming Hub",
|
||||
"version": "1.8.15",
|
||||
"version": "1.8.16",
|
||||
"description": "Gaming Hub Desktop App mit Ad-Blocker",
|
||||
"author": "Gaming Hub",
|
||||
"main": "main.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue