Remove Cloud Sync notification

This commit is contained in:
V 2023-06-11 22:57:07 +02:00
parent 3680c26f72
commit f1349a2787
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905

View file

@ -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({