Merge branch 'main' into windows-discord-titlebar
This commit is contained in:
commit
6e3f53b73c
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@
|
||||||
"win": {
|
"win": {
|
||||||
"target": [
|
"target": [
|
||||||
"nsis",
|
"nsis",
|
||||||
"portable"
|
"zip"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"publish": {
|
"publish": {
|
||||||
|
|
|
@ -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."]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Reference in a new issue