fix(core): do not show open-in-app in mobile web browser (#8694)

This commit is contained in:
pengx17
2024-11-04 12:33:10 +00:00
parent d35a9cff95
commit de7b1ff516
4 changed files with 15 additions and 12 deletions
@@ -107,7 +107,7 @@ export const AppearanceSettings = () => {
{enableThemeEditor ? <ThemeEditorSetting /> : null}
</SettingWrapper>
{BUILD_CONFIG.isWeb ? (
{BUILD_CONFIG.isWeb && !environment.isMobile ? (
<SettingWrapper title={t['com.affine.setting.appearance.links']()}>
<SettingRow
name={t['com.affine.setting.appearance.open-in-app']()}