mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 01:35:09 +01:00
Setting default grid size to medium
This commit is contained in:
parent
b142b649e0
commit
f2db2dbff5
@ -175,7 +175,7 @@ class PreferencesHelper(val context: Context) {
|
||||
|
||||
fun libraryLayout() = rxPrefs.getInteger(Keys.libraryLayout, 1)
|
||||
|
||||
fun gridSize() = rxPrefs.getInteger(Keys.gridSize, 1)
|
||||
fun gridSize() = rxPrefs.getInteger(Keys.gridSize, 2)
|
||||
|
||||
fun alwaysShowSeeker() = rxPrefs.getBoolean("always_show_seeker", false)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user