This commit is contained in:
sadan 2024-09-09 01:21:10 -04:00
parent a318f6b407
commit 265516f30b
No known key found for this signature in database

View file

@ -49,7 +49,7 @@ const SettingsOptions: Record<string, Array<BooleanSetting | SettingsComponent>>
{ {
key: "staticTitle", key: "staticTitle",
title: "Static Title", 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 defaultValue: false
}, },
{ {