diff options
| author | V <vendicated@riseup.net> | 2023-06-11 22:57:07 +0200 |
|---|---|---|
| committer | V <vendicated@riseup.net> | 2023-06-11 22:57:07 +0200 |
| commit | f1349a27874cb7576455af38165abfea91a565a7 (patch) | |
| tree | f152d1b5e784a6646fda03f7170b9f72d0373649 /src | |
| parent | 3680c26f724a77fcb3b66f24264bcd4556d15bbf (diff) | |
| download | Vencord-f1349a27874cb7576455af38165abfea91a565a7.tar.gz Vencord-f1349a27874cb7576455af38165abfea91a565a7.tar.bz2 Vencord-f1349a27874cb7576455af38165abfea91a565a7.zip | |
Remove Cloud Sync notification
Diffstat (limited to 'src')
| -rw-r--r-- | src/utils/settingsSync.ts | 6 |
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({ |
