mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 11:06:25 +08:00
feat(mobile): ios selfhost server support (#11563)
This commit is contained in:
@@ -195,7 +195,7 @@ export const AFFINE_FLAGS = {
|
||||
description:
|
||||
'com.affine.settings.workspace.experimental-features.enable-multiple-cloud-servers.description',
|
||||
configurable: false,
|
||||
defaultState: isDesktopEnvironment,
|
||||
defaultState: isDesktopEnvironment || BUILD_CONFIG.isIOS,
|
||||
},
|
||||
enable_mobile_edgeless_editing: {
|
||||
category: 'affine',
|
||||
|
||||
Reference in New Issue
Block a user