mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 17:32:37 +03:00
chore(core): publish editor settings in beta (#8149)
This commit is contained in:
parent
817306ea2a
commit
4de9d94c80
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user