mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 02:47:03 -04:00
feat: Cloud settings sync (#505)
Co-authored-by: Ven <vendicated@riseup.net>
This commit is contained in:
parent
2672dea8e3
commit
97f8d4d515
9 changed files with 564 additions and 12 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue