feat: add custom window title option (#3656)

This commit is contained in:
Franz DC
2025-07-28 22:16:47 +08:00
committed by GitHub
parent b3b3d45b96
commit 20d25ca953
4 changed files with 52 additions and 4 deletions

View File

@ -156,6 +156,13 @@
"hide": "Hide",
"label": "Like buttons"
},
"custom-window-title": {
"label": "Custom window title",
"prompt": {
"label": "Enter custom window title: (leave empty to disable)",
"placeholder": "Example: YouTube Music"
}
},
"remove-upgrade-button": "Remove upgrade button",
"theme": {
"dialog": {
@ -348,12 +355,12 @@
"name": "Auth Proxy Adapter",
"prompt": {
"hostname": {
"label": "Enter hostname for local proxy server (requires restart):",
"title": "Proxy Hostname"
"title": "Proxy Hostname",
"label": "Enter hostname for local proxy server (requires restart):"
},
"port": {
"label": "Enter port for local proxy server (requires restart):",
"title": "Proxy Port"
"title": "Proxy Port",
"label": "Enter port for local proxy server (requires restart):"
}
}
},