feat: remove Settings option from GuildOptionsMenu

This commit is contained in:
SauceyRed 2025-07-13 00:51:06 +02:00
parent 68573f1262
commit 9d49012fb9
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462

View file

@ -15,7 +15,6 @@ const modal = ref<HTMLDialogElement>();
const showInviteModal = ref(false); const showInviteModal = ref(false);
const settings = [ const settings = [
{ name: "Server Settings", icon: "lucide:cog" },
{ name: "Invite", icon: "lucide:letter", action: openInviteModal } { name: "Invite", icon: "lucide:letter", action: openInviteModal }
] ]