mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
chore(call_to_action): disable background effects for now
This commit is contained in:
@@ -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"),
|
||||||
|
|||||||
Reference in New Issue
Block a user