aboutsummaryrefslogtreecommitdiff
path: root/src/components/VencordSettings/CloudTab.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/VencordSettings/CloudTab.tsx')
-rw-r--r--src/components/VencordSettings/CloudTab.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/VencordSettings/CloudTab.tsx b/src/components/VencordSettings/CloudTab.tsx
index 77e5298..0392a45 100644
--- a/src/components/VencordSettings/CloudTab.tsx
+++ b/src/components/VencordSettings/CloudTab.tsx
@@ -86,7 +86,7 @@ function SettingsSyncSection() {
<Button
size={Button.Sizes.SMALL}
disabled={!sectionEnabled}
- onClick={() => putCloudSettings()}
+ onClick={() => putCloudSettings(true)}
>Sync to Cloud</Button>
<Tooltip text="This will overwrite your local settings with the ones on the cloud. Use wisely!">
{({ onMouseLeave, onMouseEnter }) => (