feat(mobile): include partner's photos on map (#8553)

* add option for showing partner images on the map

* renaming of iswithPartners variable
This commit is contained in:
Stefan H
2024-04-06 16:04:40 +02:00
committed by GitHub
parent a2e38270e4
commit ab97f03cb5
8 changed files with 40 additions and 2 deletions

View File

@@ -190,6 +190,7 @@ enum StoreKey<T> {
ignoreIcloudAssets<bool>(122, type: bool),
selectedAlbumSortReverse<bool>(123, type: bool),
mapThemeMode<int>(124, type: int),
mapwithPartners<bool>(125, type: bool),
;
const StoreKey(