Merge branch 'develop' of https://github.com/Kareadita/Kavita into feature/reading-profiles
This commit is contained in:
commit
4744cf44d4
38 changed files with 275 additions and 93 deletions
|
|
@ -107,6 +107,8 @@ public class UsersController : BaseApiController
|
|||
existingPreferences.BlurUnreadSummaries = preferencesDto.BlurUnreadSummaries;
|
||||
existingPreferences.PromptForDownloadSize = preferencesDto.PromptForDownloadSize;
|
||||
existingPreferences.NoTransitions = preferencesDto.NoTransitions;
|
||||
existingPreferences.SwipeToPaginate = preferencesDto.SwipeToPaginate;
|
||||
existingPreferences.AllowAutomaticWebtoonReaderDetection = preferencesDto.AllowAutomaticWebtoonReaderDetection;
|
||||
existingPreferences.CollapseSeriesRelationships = preferencesDto.CollapseSeriesRelationships;
|
||||
existingPreferences.ShareReviews = preferencesDto.ShareReviews;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue