diff --git a/src/renderer/components/settings/VencordLocationPicker.tsx b/src/renderer/components/settings/VencordLocationPicker.tsx index 3759ae2..c199119 100644 --- a/src/renderer/components/settings/VencordLocationPicker.tsx +++ b/src/renderer/components/settings/VencordLocationPicker.tsx @@ -11,6 +11,45 @@ import { SettingsComponent } from "./Settings"; export const VencordLocationPicker: SettingsComponent = ({ settings }) => { return ( <> + + Custom Splash Animation + + The animation on the splash window is loaded from{" "} + {settings.splashAnimationPath ? ( + { + e.preventDefault(); + VesktopNative.fileManager.showItemInFolder(settings.splashAnimationPath!); + }} + > + {settings.splashAnimationPath} + + ) : ( + "the default location" + )} + +
+ + +
+ + Vencord files are loaded from{" "} {settings.vencordDir ? (