chore(call_to_action): disable background effects for now

This commit is contained in:
Elian Doran
2025-08-17 21:23:22 +03:00
parent 0b0be77e02
commit 3b6791f51a

View File

@@ -65,7 +65,7 @@ const CALL_TO_ACTIONS: CallToAction[] = [
id: "background_effects", id: "background_effects",
title: t("call_to_action.background_effects_title"), title: t("call_to_action.background_effects_title"),
message: t("call_to_action.background_effects_message"), message: t("call_to_action.background_effects_message"),
enabled: () => utils.isElectron() && window.glob.platform === "win32" && isNextTheme() && !options.is("backgroundEffects"), enabled: () => false,
buttons: [ buttons: [
{ {
text: t("call_to_action.background_effects_button"), text: t("call_to_action.background_effects_button"),