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
|
defaultValue: false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Vencord Location": [VencordLocationPicker]
|
"Vencord Location": [VencordLocationPicker],
|
||||||
|
"Custom Splash Animation":[]
|
||||||
};
|
};
|
||||||
|
|
||||||
function SettingsSections() {
|
function SettingsSections() {
|
||||||
|
|
|
@ -11,7 +11,7 @@ import { SettingsComponent } from "./Settings";
|
||||||
export const VencordLocationPicker: SettingsComponent = ({ settings }) => {
|
export const VencordLocationPicker: SettingsComponent = ({ settings }) => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
/* */
|
||||||
<Forms.FormTitle>Custom Splash Animation</Forms.FormTitle>
|
<Forms.FormTitle>Custom Splash Animation</Forms.FormTitle>
|
||||||
<Forms.FormText>
|
<Forms.FormText>
|
||||||
The animation on the splash window is loaded from{" "}
|
The animation on the splash window is loaded from{" "}
|
||||||
|
@ -48,7 +48,7 @@ export const VencordLocationPicker: SettingsComponent = ({ settings }) => {
|
||||||
Reset
|
Reset
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
/* */
|
||||||
|
|
||||||
<Forms.FormText>
|
<Forms.FormText>
|
||||||
Vencord files are loaded from{" "}
|
Vencord files are loaded from{" "}
|
||||||
|
|
Reference in a new issue