Skip to content

Commit 3b6791f

Browse files
committed
chore(call_to_action): disable background effects for now
1 parent 0b0be77 commit 3b6791f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/src/widgets/dialogs/call_to_action_definitions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const CALL_TO_ACTIONS: CallToAction[] = [
6565
id: "background_effects",
6666
title: t("call_to_action.background_effects_title"),
6767
message: t("call_to_action.background_effects_message"),
68-
enabled: () => utils.isElectron() && window.glob.platform === "win32" && isNextTheme() && !options.is("backgroundEffects"),
68+
enabled: () => false,
6969
buttons: [
7070
{
7171
text: t("call_to_action.background_effects_button"),

0 commit comments

Comments
 (0)