From 7a575a4a5b3db1ddcb8157be62ae4c1e5f841558 Mon Sep 17 00:00:00 2001 From: steffenrapp <88974099+steffenrapp@users.noreply.github.com> Date: Sat, 30 May 2026 22:06:49 +0200 Subject: [PATCH] fix: hide experimental settings for doc and folder icons (#15021) should fix #13955 The emoji doc and folder icons have been officially released with v0.25 but the experimental settings were still available with no effect if switched. ## Summary by CodeRabbit * **Chores** * Feature flags for emoji folder and document icons are no longer user-configurable. [![Review Change Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/toeverything/AFFiNE/pull/15021?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) --- packages/frontend/core/src/modules/feature-flag/constant.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/core/src/modules/feature-flag/constant.ts b/packages/frontend/core/src/modules/feature-flag/constant.ts index d239648974..d5d8c09240 100644 --- a/packages/frontend/core/src/modules/feature-flag/constant.ts +++ b/packages/frontend/core/src/modules/feature-flag/constant.ts @@ -107,7 +107,7 @@ export const AFFINE_FLAGS = { feedbackType: 'discord', feedbackLink: 'https://discord.com/channels/959027316334407691/1280014319865696351/1280014319865696351', - configurable: true, + configurable: false, defaultState: true, }, enable_emoji_doc_icon: { @@ -119,7 +119,7 @@ export const AFFINE_FLAGS = { feedbackType: 'discord', feedbackLink: 'https://discord.com/channels/959027316334407691/1280014319865696351', - configurable: true, + configurable: false, defaultState: true, }, enable_editor_settings: {