Remove Cloud Sync notification

main
V 1 year ago
parent 3680c26f72
commit f1349a2787
No known key found for this signature in database
GPG Key ID: A1DC0CFB5615D905

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

Loading…
Cancel
Save