mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
chore(core): publish editor settings in beta (#8149)
This commit is contained in:
@@ -85,8 +85,8 @@ export const AFFINE_FLAGS = {
|
||||
category: 'affine',
|
||||
displayName: 'Editor Settings',
|
||||
description: 'Enables editor settings.',
|
||||
configurable: isCanaryBuild,
|
||||
defaultState: isCanaryBuild,
|
||||
configurable: isNotStableBuild,
|
||||
defaultState: isNotStableBuild,
|
||||
},
|
||||
enable_offline_mode: {
|
||||
category: 'affine',
|
||||
|
||||
Reference in New Issue
Block a user