mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix typo in datastore
This commit is contained in:
parent
b42a627c82
commit
7a785d5012
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ val kSelectedAlbum = stringPreferencesKey("albumID")
|
|||
val kSelectedAlbumName = stringPreferencesKey("albumName")
|
||||
val kShowAlbumName = booleanPreferencesKey("showAlbumName")
|
||||
val kDeeplinkURL = stringPreferencesKey("deeplink")
|
||||
val kImageFilter = stringPreferencesKey("imageFiler")
|
||||
val kImageFilter = stringPreferencesKey("imageFilter")
|
||||
|
||||
const val kWorkerWidgetType = "widgetType"
|
||||
const val kWorkerWidgetID = "widgetId"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue