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 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)
|
fun alwaysShowSeeker() = rxPrefs.getBoolean("always_show_seeker", false)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user