Update src/renderer/components/Settings.tsx
This commit is contained in:
parent
495ae8d24b
commit
87e5606530
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export default function SettingsUi() {
|
|||
"Open Links in app (experimental)",
|
||||
"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);
|
||||
|
|
Reference in a new issue