From 265516f30bcf5a57fb7a4a88e94f288bd7116a14 Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:21:10 -0400 Subject: [PATCH] fix desc --- src/renderer/components/settings/Settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/settings/Settings.tsx b/src/renderer/components/settings/Settings.tsx index d56f0ea..efd423c 100644 --- a/src/renderer/components/settings/Settings.tsx +++ b/src/renderer/components/settings/Settings.tsx @@ -49,7 +49,7 @@ const SettingsOptions: Record> { key: "staticTitle", title: "Static Title", - description: 'Makes the window title "Vesktop" instead of changing to the current page', + description: 'Makes the window title "Vesktop" instead of changing to the current page. Requires a full restart.', defaultValue: false }, {