aboutsummaryrefslogtreecommitdiff
path: root/src/utils/native.ts
diff options
context:
space:
mode:
authorV <vendicated@riseup.net>2023-08-16 01:55:56 +0200
committerV <vendicated@riseup.net>2023-08-16 01:55:56 +0200
commitede507e80c4824981898bbaef7b7c5ad487cb2b7 (patch)
tree9b7c14f18c4d05412ba6dc559233741f79d6bde0 /src/utils/native.ts
parentffdf63563bab53a65b2a1a318f0f05e7917de002 (diff)
downloadVencord-ede507e80c4824981898bbaef7b7c5ad487cb2b7.tar.gz
Vencord-ede507e80c4824981898bbaef7b7c5ad487cb2b7.tar.bz2
Vencord-ede507e80c4824981898bbaef7b7c5ad487cb2b7.zip
chore: update for 'Vencord Desktop' -> 'Vesktop' rebrand
Diffstat (limited to 'src/utils/native.ts')
-rw-r--r--src/utils/native.ts4
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);
}