fix(SupportHelper): dont flag vencord web as externally updated
This commit is contained in:
parent
025193533d
commit
6bd0898efe
|
@ -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…
Reference in a new issue