mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 05:25:08 +01:00
Setting default library layout to comfortable grid
I mean it was always the better choice
This commit is contained in:
parent
41f4ea6f01
commit
2c97b93cbe
@ -201,7 +201,7 @@ class PreferencesHelper(val context: Context) {
|
||||
|
||||
fun libraryUpdatePrioritization() = rxPrefs.getInteger(Keys.libraryUpdatePrioritization, 0)
|
||||
|
||||
fun libraryLayout() = rxPrefs.getInteger(Keys.libraryLayout, 1)
|
||||
fun libraryLayout() = rxPrefs.getInteger(Keys.libraryLayout, 2)
|
||||
|
||||
fun gridSize() = rxPrefs.getInteger(Keys.gridSize, 2)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user