mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Setting default grid size to medium
This commit is contained in:
parent
b142b649e0
commit
f2db2dbff5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue