mirror of https://github.com/laurent22/joplin.git
Desktop, Mobile, Cli: Removed deprecation notice on OneDrive sync method
This reverts commitpull/11480/heade36f37707f
. Ref: <e36f37707f (commitcomment-150073714)
>
parent
23032b9417
commit
ceea0bc0ad
|
@ -121,7 +121,7 @@ const SlowSyncWarning = styled.div`
|
|||
const syncTargetNames: string[] = [
|
||||
'joplinCloud',
|
||||
'dropbox',
|
||||
// 'onedrive',
|
||||
'onedrive',
|
||||
'nextcloud',
|
||||
'webdav',
|
||||
'amazon_s3',
|
||||
|
|
|
@ -33,7 +33,7 @@ export default class SyncTargetOneDrive extends BaseSyncTarget {
|
|||
}
|
||||
|
||||
public static label() {
|
||||
return `${_('OneDrive')} (Deprecated)`;
|
||||
return _('OneDrive');
|
||||
}
|
||||
|
||||
public static description() {
|
||||
|
|
Loading…
Reference in New Issue