mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat(mobile): mobile experimental feature setting (#8922)
close AF-1802 
This commit is contained in:
@@ -174,7 +174,7 @@ export const AFFINE_FLAGS = {
|
||||
'com.affine.settings.workspace.experimental-features.enable-theme-editor.name',
|
||||
description:
|
||||
'com.affine.settings.workspace.experimental-features.enable-theme-editor.description',
|
||||
configurable: isCanaryBuild,
|
||||
configurable: isCanaryBuild && !isMobile,
|
||||
defaultState: isCanaryBuild,
|
||||
},
|
||||
enable_local_workspace: {
|
||||
|
||||
Reference in New Issue
Block a user