Enable custom emote rendering by default

This commit is contained in:
SpiritCroc 2024-10-17 19:41:46 +02:00
parent d9984f6f40
commit 915e74ae7a
2 changed files with 26 additions and 1 deletions

@ -1 +1 @@
Subproject commit 1fa713ee3675cf0f5efa62e221d395aa3246018c
Subproject commit 47bcb08e971256fe94a0b07fb553b75400e648ed

View File

@ -0,0 +1,25 @@
From 47bcb08e971256fe94a0b07fb553b75400e648ed 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 1052bca0c9..f5fcb5d7a5 100644
--- a/src/settings/Settings.tsx
+++ b/src/settings/Settings.tsx
@@ -514,7 +514,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