From 8f1ea1f4404330272537e93ab03985e196d5b8c5 Mon Sep 17 00:00:00 2001 From: Nickyux <30734036+nmsturcke@users.noreply.github.com> Date: Sat, 5 Aug 2023 18:18:12 +0100 Subject: [PATCH] Update Settings Text to Vesktop (#84) --- src/renderer/components/Settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/Settings.tsx b/src/renderer/components/Settings.tsx index c70dbe2..14b33c8 100644 --- a/src/renderer/components/Settings.tsx +++ b/src/renderer/components/Settings.tsx @@ -40,7 +40,7 @@ export default function SettingsUi() { "Open Links in app (experimental)", "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."] ];