This commit is contained in:
sadan4 2024-10-26 13:58:33 +02:00 committed by GitHub
commit c55728bf6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ const SettingsOptions: Record<string, Array<BooleanSetting | SettingsComponent>>
{
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
},
{