1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00

Desktop, Mobile, Cli: Removed deprecation notice on OneDrive sync method

This reverts commit e36f37707f.

Ref: <e36f37707f (commitcomment-150073714)>
This commit is contained in:
Laurent Cozic 2024-12-08 16:04:47 +01:00
parent 23032b9417
commit ceea0bc0ad
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ const SlowSyncWarning = styled.div`
const syncTargetNames: string[] = [ const syncTargetNames: string[] = [
'joplinCloud', 'joplinCloud',
'dropbox', 'dropbox',
// 'onedrive', 'onedrive',
'nextcloud', 'nextcloud',
'webdav', 'webdav',
'amazon_s3', 'amazon_s3',

View File

@ -33,7 +33,7 @@ export default class SyncTargetOneDrive extends BaseSyncTarget {
} }
public static label() { public static label() {
return `${_('OneDrive')} (Deprecated)`; return _('OneDrive');
} }
public static description() { public static description() {