mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Fix Equibop Flag For Support Helper
This commit is contained in:
parent
1ace004e55
commit
0005a7f007
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -169,4 +169,4 @@ export default definePlugin({
|
|||
</TooltipContainer>
|
||||
);
|
||||
}, { noop: true })
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue