fix(app): hide mobile titlebar setting in production (#33894)

This commit is contained in:
Brendan Allan 2026-06-25 20:18:14 +08:00 committed by GitHub
parent 7c0e1b431c
commit 5ea405bf81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -336,7 +336,7 @@ export const SettingsGeneralV2: Component = () => {
</div>
</SettingsRowV2>
<Show when={mobile()}>
<Show when={mobile() && import.meta.env.VITE_OPENCODE_CHANNEL !== "prod"}>
<SettingsRowV2
title={language.t("settings.general.row.mobileTitlebarBottom.title")}
description={language.t("settings.general.row.mobileTitlebarBottom.description")}