Update src/renderer/components/Settings.tsx
This commit is contained in:
parent
1fd01478d6
commit
3fe295346f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export default function SettingsUi() {
|
||||||
const switches: [keyof typeof Settings, string, string, boolean?, (() => boolean)?][] = [
|
const switches: [keyof typeof Settings, string, string, boolean?, (() => boolean)?][] = [
|
||||||
[
|
[
|
||||||
"tray",
|
"tray",
|
||||||
"Use tray",
|
"Tray Icon",
|
||||||
"Add a tray icon for Vencord Desktop",
|
"Add a tray icon for Vencord Desktop",
|
||||||
true
|
true
|
||||||
],
|
],
|
||||||
|
|
Reference in a new issue