mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 18:46:19 +08:00
fix(core): do not show open-in-app in mobile web browser (#8694)
This commit is contained in:
+1
-1
@@ -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']()}
|
||||
|
||||
Reference in New Issue
Block a user