fix(SupportHelper): dont flag vencord web as externally updated

main
Vendicated 4 months ago
parent 025193533d
commit 6bd0898efe
No known key found for this signature in database
GPG Key ID: D66986BAF75ECF18

@ -139,7 +139,7 @@ ${makeCodeblock(enabledPlugins.join(", "))}
const roles = GuildMemberStore.getSelfMember(VENCORD_GUILD_ID)?.roles;
if (!roles || TrustedRolesIds.some(id => roles.includes(id))) return;
if (IS_UPDATER_DISABLED) {
if (!IS_WEB && IS_UPDATER_DISABLED) {
return Alerts.show({
title: "Hold on!",
body: <div>

Loading…
Cancel
Save