fix(mobile): persist album layout

This commit is contained in:
Yaros
2025-09-17 14:39:51 +02:00
parent f02bc73f2c
commit 555837046d
3 changed files with 8 additions and 1 deletions
@@ -70,6 +70,9 @@ enum StoreKey<T> {
// Read-only Mode settings
readonlyModeEnabled<bool>._(138),
// Album grid/list view settings
albumGridView<bool>._(139),
// Experimental stuff
photoManagerCustomFilter<bool>._(1000),
betaPromptShown<bool>._(1001),