diff --git a/packages/app-desktop/gui/ConfigScreen/ConfigScreen.tsx b/packages/app-desktop/gui/ConfigScreen/ConfigScreen.tsx index b5c17d3c3..96dd33848 100644 --- a/packages/app-desktop/gui/ConfigScreen/ConfigScreen.tsx +++ b/packages/app-desktop/gui/ConfigScreen/ConfigScreen.tsx @@ -243,6 +243,24 @@ class ConfigScreenComponent extends React.Component { ); + if (settings['sync.target'] === SyncTargetRegistry.nameToId('joplinCloud')) { + const goToJoplinCloudLogin = () => { + this.props.dispatch({ + type: 'NAV_GO', + routeName: 'JoplinCloudLogin', + }); + }; + settingComps.push( +
+
, + ); + } + settingComps.push(