Testing how settings page works

This commit is contained in:
Sammie Zhang 2024-05-07 17:11:10 -07:00
parent 7db05929ac
commit 028ea72a20
No known key found for this signature in database
GPG key ID: E8BCC9DD9CE177C6
2 changed files with 4 additions and 3 deletions

View file

@ -126,7 +126,8 @@ const SettingsOptions: Record<string, Array<BooleanSetting | SettingsComponent>>
defaultValue: false
}
],
"Vencord Location": [VencordLocationPicker]
"Vencord Location": [VencordLocationPicker],
"Custom Splash Animation":[]
};
function SettingsSections() {

View file

@ -11,7 +11,7 @@ import { SettingsComponent } from "./Settings";
export const VencordLocationPicker: SettingsComponent = ({ settings }) => {
return (
<>
/* */
<Forms.FormTitle>Custom Splash Animation</Forms.FormTitle>
<Forms.FormText>
The animation on the splash window is loaded from{" "}
@ -48,7 +48,7 @@ export const VencordLocationPicker: SettingsComponent = ({ settings }) => {
Reset
</Button>
</div>
/* */
<Forms.FormText>
Vencord files are loaded from{" "}