Testing settings page
This commit is contained in:
parent
028ea72a20
commit
1c448b3f15
1 changed files with 2 additions and 2 deletions
|
@ -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