Testing how settings page works
This commit is contained in:
parent
7db05929ac
commit
028ea72a20
2 changed files with 4 additions and 3 deletions
|
@ -126,7 +126,8 @@ const SettingsOptions: Record<string, Array<BooleanSetting | SettingsComponent>>
|
|||
defaultValue: false
|
||||
}
|
||||
],
|
||||
"Vencord Location": [VencordLocationPicker]
|
||||
"Vencord Location": [VencordLocationPicker],
|
||||
"Custom Splash Animation":[]
|
||||
};
|
||||
|
||||
function SettingsSections() {
|
||||
|
|
|
@ -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{" "}
|
||||
|
|
Reference in a new issue