mirror of
https://github.com/zebrajr/immich.git
synced 2025-12-06 00:20:20 +01: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…
Reference in New Issue
Block a user