mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
feat(mobile): save grid size on gesture resize (#17891)
This commit is contained in:
parent
2fd05e8447
commit
23717ce981
@ -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…
x
Reference in New Issue
Block a user