Fix Equibop Flag For Support Helper

This commit is contained in:
thororen1234 2024-08-27 20:48:07 -04:00
parent 1ace004e55
commit 0005a7f007
2 changed files with 2 additions and 1 deletions

View file

@ -81,6 +81,7 @@ async function generateDebugInfoMessage() {
const client = (() => {
if (IS_DISCORD_DESKTOP) return `Discord Desktop v${DiscordNative.app.getVersion()}`;
if (IS_VESKTOP) return `Vesktop v${VesktopNative.app.getVersion()}`;
if (IS_EQUIBOP) return `Equibop v${VesktopNative.app.getVersion()}`;
if ("armcord" in window) return `ArmCord v${window.armcord.version}`;
// @ts-expect-error

View file

@ -169,4 +169,4 @@ export default definePlugin({
</TooltipContainer>
);
}, { noop: true })
});
});