feat: Cloud settings sync (#505)
Co-authored-by: Ven <vendicated@riseup.net>
This commit is contained in:
@ -106,6 +106,13 @@ export default definePlugin({
|
||||
onClick: makeOnClick("VencordUpdater")
|
||||
});
|
||||
|
||||
cats.push({
|
||||
section: "VencordCloud",
|
||||
label: "Cloud",
|
||||
element: () => <SettingsComponent tab="VencordCloud" />,
|
||||
onClick: makeOnClick("VencordCloud")
|
||||
});
|
||||
|
||||
cats.push({
|
||||
section: "VencordSettingsSync",
|
||||
label: "Backup & Restore",
|
||||
|
Reference in New Issue
Block a user