sync: rename Settings repository to LegacySettings

This commit is contained in:
Abdullah Atta
2024-03-05 10:20:23 +05:00
parent e7350e2c49
commit 36690c5472
4 changed files with 11 additions and 20 deletions
@@ -32,7 +32,7 @@ namespace Notesnook.API.Interfaces
SyncItemsRepository<Reminder> Reminders { get; }
SyncItemsRepository<Relation> Relations { get; }
SyncItemsRepository<Content> Contents { get; }
SyncItemsRepository<Setting> Settings { get; }
SyncItemsRepository<Setting> LegacySettings { get; }
SyncItemsRepository<Attachment> Attachments { get; }
SyncItemsRepository<Color> Colors { get; }
SyncItemsRepository<Tag> Tags { get; }