undo weird change

This commit is contained in:
MathMan05
2026-03-07 10:20:22 -06:00
parent e103b3aa03
commit 1abfd51d9a
+2 -2
View File
@@ -116,7 +116,7 @@ if (window.location.pathname.startsWith("/channels")) {
},
{
visible: function () {
return thisUser.channelfocus?.guild.member.hasPermission("MANAGE_CHANNELS") || false;
return thisUser.lookingguild?.member.hasPermission("MANAGE_CHANNELS") || false;
},
},
);
@@ -130,7 +130,7 @@ if (window.location.pathname.startsWith("/channels")) {
},
{
visible: function () {
return thisUser.channelfocus?.guild.member.hasPermission("MANAGE_CHANNELS") || false;
return thisUser.lookingguild?.member.hasPermission("MANAGE_CHANNELS") || false;
},
},
);