From 462c18e93dc02f02744cf4965369c9891e3eeb68 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Thu, 5 Feb 2026 14:51:34 +1100 Subject: [PATCH] Remove new performer button from navbar --- ui/v2.5/src/components/MainNavbar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/v2.5/src/components/MainNavbar.tsx b/ui/v2.5/src/components/MainNavbar.tsx index ac1be2c13..a73a3078b 100644 --- a/ui/v2.5/src/components/MainNavbar.tsx +++ b/ui/v2.5/src/components/MainNavbar.tsx @@ -139,7 +139,6 @@ const allMenuItems: IMenuItem[] = [ href: "/performers", icon: faUser, hotkey: "g p", - userCreatable: true, }, { name: "studios",