Merge branch 'main' into windows-discord-titlebar

This commit is contained in:
V 2023-08-07 00:00:58 +02:00 committed by GitHub
commit 6e3f53b73c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@
"win": { "win": {
"target": [ "target": [
"nsis", "nsis",
"portable" "zip"
] ]
}, },
"publish": { "publish": {

View file

@ -40,7 +40,7 @@ export default function SettingsUi() {
"Open Links in app (experimental)", "Open Links in app (experimental)",
"Opens links in a new Vesktop window instead of your web browser" "Opens links in a new Vesktop window instead of your web browser"
], ],
["staticTitle", "Static Title", 'Makes the window title "Vencord" instead of changing to the current page'], ["staticTitle", "Static Title", 'Makes the window title "Vesktop" instead of changing to the current page'],
["enableMenu", "Enable Menu Bar", "Enables the application menu bar. Press ALT to toggle visibility."] ["enableMenu", "Enable Menu Bar", "Enables the application menu bar. Press ALT to toggle visibility."]
]; ];