Skip to content

Commit

Permalink
Desktop, Mobile, Cli: Removed deprecation notice on OneDrive sync method
Browse files Browse the repository at this point in the history
This reverts commit e36f377.

Ref: <e36f377#commitcomment-150073714>
  • Loading branch information
laurent22 committed Dec 8, 2024
1 parent 23032b9 commit ceea0bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app-desktop/gui/SyncWizard/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const SlowSyncWarning = styled.div`
const syncTargetNames: string[] = [
'joplinCloud',
'dropbox',
// 'onedrive',
'onedrive',
'nextcloud',
'webdav',
'amazon_s3',
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/SyncTargetOneDrive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default class SyncTargetOneDrive extends BaseSyncTarget {
}

public static label() {
return `${_('OneDrive')} (Deprecated)`;
return _('OneDrive');
}

public static description() {
Expand Down

0 comments on commit ceea0bc

Please # to comment.