mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
feat(core): new favorite (#7590)
This commit is contained in:
@@ -22,6 +22,8 @@ export function getRuntimeConfig(buildFlags: BuildFlags): RuntimeConfig {
|
||||
allowLocalWorkspace:
|
||||
buildFlags.distribution === 'desktop' ? true : false,
|
||||
enableOrganize: false,
|
||||
enableNewFavorite: false,
|
||||
enableOldFavorite: true,
|
||||
|
||||
// TODO(@forehalo): enable in next release and canary
|
||||
enableInfoModal: false,
|
||||
@@ -56,6 +58,8 @@ export function getRuntimeConfig(buildFlags: BuildFlags): RuntimeConfig {
|
||||
changelogUrl: 'https://github.com/toeverything/AFFiNE/releases',
|
||||
enableInfoModal: true,
|
||||
enableOrganize: true,
|
||||
enableNewFavorite: true,
|
||||
enableOldFavorite: true,
|
||||
};
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user