We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df82dd commit 111835fCopy full SHA for 111835f
2 files changed
.env.example.complete
@@ -250,6 +250,7 @@ DRAWIO=true
250
# Can be 'list' or 'grid'.
251
APP_VIEWS_BOOKS=list
252
APP_VIEWS_BOOKSHELVES=grid
253
+APP_VIEWS_BOOKSHELF=grid
254
255
# Use dark mode by default
256
# Will be overriden by any user/session preference.
app/Config/setting-defaults.php
@@ -28,6 +28,7 @@
28
'user' => [
29
'dark-mode-enabled' => env('APP_DEFAULT_DARK_MODE', false),
30
'bookshelves_view_type' => env('APP_VIEWS_BOOKSHELVES', 'grid'),
31
+ 'bookshelf_view_type' =>env('APP_VIEWS_BOOKSHELF', 'grid'),
32
'books_view_type' => env('APP_VIEWS_BOOKS', 'grid'),
33
],
34
0 commit comments