diff --git a/src/pages/Settings.svelte b/src/pages/Settings.svelte
index be3ebdd0..f1a1777e 100644
--- a/src/pages/Settings.svelte
+++ b/src/pages/Settings.svelte
@@ -10,7 +10,8 @@
banner_top: true,
banner_bottom: true,
gradient_background: false,
- no_background: false
+ no_background: false,
+ twemoji: false
}
};
@@ -44,6 +45,10 @@
Show banners at the bottom of cards? {settings.appearance.banner_bottom = !settings.appearance.banner_bottom; localStorage.setItem("pk-settings", JSON.stringify(settings));}}/>
Toggles banners at the bottom of the system, member and group cards.
+
+ Use twemoji? {settings.appearance.twemoji = !settings.appearance.twemoji; localStorage.setItem("pk-settings", JSON.stringify(settings));}}/>
+ Converts all emojis to twemoji.
+