From 232e340fab83757bc3ed023560236b1fb576c3cc Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Tue, 4 Jul 2023 23:59:42 +0800 Subject: fix: send notification when settings are manually synced (#1378) Co-authored-by: V --- src/components/VencordSettings/CloudTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/VencordSettings') diff --git a/src/components/VencordSettings/CloudTab.tsx b/src/components/VencordSettings/CloudTab.tsx index 77e5298..0392a45 100644 --- a/src/components/VencordSettings/CloudTab.tsx +++ b/src/components/VencordSettings/CloudTab.tsx @@ -86,7 +86,7 @@ function SettingsSyncSection() { {({ onMouseLeave, onMouseEnter }) => ( -- cgit