diff --git a/src/utils/settingsSync.ts b/src/utils/settingsSync.ts index ef04391c..bcf59be1 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({