Преглед изворни кода

fix(app): show help button in release builds (#37098)

Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
opencode-agent[bot] пре 1 месец
родитељ
комит
04bdf7732b
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      packages/app/src/components/help-button.tsx

+ 0 - 2
packages/app/src/components/help-button.tsx

@@ -32,8 +32,6 @@ const triggerClass =
 const showPopover = () => true
 
 export function HelpButton() {
-  if (import.meta.env.VITE_OPENCODE_CHANNEL !== "dev") return null
-
   const platform = usePlatform()
 
   return (