From ede507e80c4824981898bbaef7b7c5ad487cb2b7 Mon Sep 17 00:00:00 2001 From: V Date: Wed, 16 Aug 2023 01:55:56 +0200 Subject: chore: update for 'Vencord Desktop' -> 'Vesktop' rebrand --- src/utils/native.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils') diff --git a/src/utils/native.ts b/src/utils/native.ts index 1d29d40..d84ed16 100644 --- a/src/utils/native.ts +++ b/src/utils/native.ts @@ -20,12 +20,12 @@ export function relaunch() { if (IS_DISCORD_DESKTOP) window.DiscordNative.app.relaunch(); else - window.VencordDesktopNative.app.relaunch(); + window.VesktopNative.app.relaunch(); } export function showItemInFolder(path: string) { if (IS_DISCORD_DESKTOP) window.DiscordNative.fileManager.showItemInFolder(path); else - window.VencordDesktopNative.fileManager.showItemInFolder(path); + window.VesktopNative.fileManager.showItemInFolder(path); } -- cgit