mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-11 19:29:10 +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 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)
|
fun gridSize() = rxPrefs.getInteger(Keys.gridSize, 2)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user