mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-03-26 10:07:47 +01:00
26 lines
872 B
Diff
26 lines
872 B
Diff
From 2968ddb18dfe25fb1f0aaa08e796a7d0960e4263 Mon Sep 17 00:00:00 2001
|
|
From: SpiritCroc <dev@spiritcroc.de>
|
|
Date: Thu, 17 Oct 2024 19:40:51 +0200
|
|
Subject: Enable custom emote rendering by default
|
|
|
|
---
|
|
src/settings/Settings.tsx | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/settings/Settings.tsx b/src/settings/Settings.tsx
|
|
index b76ec5feb2..51404c88d4 100644
|
|
--- a/src/settings/Settings.tsx
|
|
+++ b/src/settings/Settings.tsx
|
|
@@ -508,7 +508,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
|
|
description: _td("labs|render_reaction_images_description"),
|
|
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG_PRIORITISED,
|
|
supportedLevelsAreOrdered: true,
|
|
- default: false,
|
|
+ default: true,
|
|
},
|
|
/**
|
|
* With the transition to Compound we are moving to a base font size
|
|
--
|
|
2.47.0
|
|
|