mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
feat(web): recently added link in sidebar (#29039)
* feat(web): recently added link in sidebar * chore(mobile): update openapi patches
This commit is contained in:
parent
4b54fef82e
commit
237734bb26
19 changed files with 331 additions and 2 deletions
|
|
@ -50,6 +50,9 @@ const getDefaultPreferences = (): UserPreferences => {
|
|||
cast: {
|
||||
gCastEnabled: false,
|
||||
},
|
||||
recentlyAdded: {
|
||||
sidebarWeb: false,
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue