From 55ffbf777489e3d32dc207dcbc0fca67e2b486a6 Mon Sep 17 00:00:00 2001 From: Sammie Zhang <101011086+sz6084@users.noreply.github.com> Date: Tue, 7 May 2024 00:44:10 -0700 Subject: [PATCH] Changes to be committed: modified: src/renderer/components/settings/VencordLocationPicker.tsx --- .../settings/VencordLocationPicker.tsx | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) 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 ? (