From 4dcc895cadc298e60d36501f4a705f9500ae3612 Mon Sep 17 00:00:00 2001 From: sethburkart123 Date: Wed, 19 Jun 2024 09:48:29 +1000 Subject: [PATCH] feat: add animation switch --- src/interface/pages/SettingsPage/Settings.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/interface/pages/SettingsPage/Settings.tsx b/src/interface/pages/SettingsPage/Settings.tsx index f2cec732..f4971549 100644 --- a/src/interface/pages/SettingsPage/Settings.tsx +++ b/src/interface/pages/SettingsPage/Settings.tsx @@ -51,6 +51,11 @@ const Settings: React.FC = () => { description: "Customise the sidebar layout.", modifyElement: }, + { + title: "Animations", + description: "Enables animations on certain pages.", + modifyElement: switchChange('animations', isOn)} /> + }, { title: "Notification Collector", description: "Uncaps the 9+ limit for notifications, showing the real number.",