Update src/renderer/components/Settings.tsx

This commit is contained in:
V 2023-10-22 16:54:36 +02:00 committed by GitHub
parent 495ae8d24b
commit 87e5606530
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,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"
], ],
["checkUpdates", "Check for updates", "Automatically check for updates", true] ["checkUpdates", "Check for updates", "Automatically check for Vesktop updates", true]
]; ];
const switches = allSwitches.filter(isTruthy); const switches = allSwitches.filter(isTruthy);