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

This commit is contained in:
Vendicated 2024-05-08 23:52:28 +02:00 committed by Luna
parent 0b6190940f
commit 590a785fd3

View file

@ -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>