Update src/renderer/components/Settings.tsx

This commit is contained in:
V 2023-04-10 19:12:18 +02:00 committed by GitHub
parent 1fd01478d6
commit 3fe295346f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ export default function SettingsUi() {
const switches: [keyof typeof Settings, string, string, boolean?, (() => boolean)?][] = [
[
"tray",
"Use tray",
"Tray Icon",
"Add a tray icon for Vencord Desktop",
true
],