mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(mobile): save grid size on gesture resize (#17891)
This commit is contained in:
parent
2fd05e8447
commit
23717ce981
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ class ImmichAssetGrid extends HookConsumerWidget {
|
|||
);
|
||||
if (7 - scaleFactor.value.toInt() != perRow.value) {
|
||||
perRow.value = 7 - scaleFactor.value.toInt();
|
||||
settings.setSetting(AppSettingsEnum.tilesPerRow, perRow.value);
|
||||
}
|
||||
};
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue