aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV <vendicated@riseup.net>2023-06-11 22:57:07 +0200
committerV <vendicated@riseup.net>2023-06-11 22:57:07 +0200
commitf1349a27874cb7576455af38165abfea91a565a7 (patch)
treef152d1b5e784a6646fda03f7170b9f72d0373649
parent3680c26f724a77fcb3b66f24264bcd4556d15bbf (diff)
downloadVencord-f1349a27874cb7576455af38165abfea91a565a7.tar.gz
Vencord-f1349a27874cb7576455af38165abfea91a565a7.tar.bz2
Vencord-f1349a27874cb7576455af38165abfea91a565a7.zip
Remove Cloud Sync notification
-rw-r--r--src/utils/settingsSync.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/utils/settingsSync.ts b/src/utils/settingsSync.ts
index ef04391..bcf59be 100644
--- a/src/utils/settingsSync.ts
+++ b/src/utils/settingsSync.ts
@@ -149,12 +149,6 @@ export async function putCloudSettings() {
VencordNative.settings.set(JSON.stringify(PlainSettings, null, 4));
cloudSettingsLogger.info("Settings uploaded to cloud successfully");
- showNotification({
- title: "Cloud Settings",
- body: "Synchronized your settings to the cloud!",
- color: "var(--green-360)",
- noPersist: true
- });
} catch (e: any) {
cloudSettingsLogger.error("Failed to sync up", e);
showNotification({