From 9fdb933ba3619a2c81fb1a09cea02c2877e5c8ef Mon Sep 17 00:00:00 2001 From: nin0dev Date: Sun, 27 Oct 2024 10:45:56 -0400 Subject: [PATCH] fix splatterware --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 6829a16..4c90944 100644 --- a/index.ts +++ b/index.ts @@ -113,7 +113,7 @@ export default definePlugin({ const { username } = UserStore.getCurrentUser(); const info: Record = { version: `${VERSION} ~ ${gitHash}${SettingsPlugin.additionalInfo} - ${Intl.DateTimeFormat(navigator.language, { dateStyle: "medium" }).format(BUILD_TIMESTAMP)}`, - client: `${t(window.GLOBAL_ENV.RELEASE_CHANNEL)} ~ ${clientVersion}`, + client: `${t(window.GLOBAL_ENV.RELEASE_CHANNEL)} ~ ${VERSION}`, // @ts-ignore platform: navigator.userAgentData?.platform ?? navigator.platform, plugins: getEnabledPlugins(),