diff options
| author | V <vendicated@riseup.net> | 2023-08-16 01:55:56 +0200 |
|---|---|---|
| committer | V <vendicated@riseup.net> | 2023-08-16 01:55:56 +0200 |
| commit | ede507e80c4824981898bbaef7b7c5ad487cb2b7 (patch) | |
| tree | 9b7c14f18c4d05412ba6dc559233741f79d6bde0 /src/utils | |
| parent | ffdf63563bab53a65b2a1a318f0f05e7917de002 (diff) | |
| download | Vencord-ede507e80c4824981898bbaef7b7c5ad487cb2b7.tar.gz Vencord-ede507e80c4824981898bbaef7b7c5ad487cb2b7.tar.bz2 Vencord-ede507e80c4824981898bbaef7b7c5ad487cb2b7.zip | |
chore: update for 'Vencord Desktop' -> 'Vesktop' rebrand
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/native.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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); } |
