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