mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 02:17:03 -04:00
fix: send notification when settings are manually synced (#1378)
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
parent
8027daa2b0
commit
232e340fab
2 changed files with 10 additions and 2 deletions
|
@ -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 }) => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue