mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Temporarily hide ‘Allow Empty Pages’ switch
This commit is contained in:
@@ -14,12 +14,12 @@ fun HomeScreenPreferences(interactor: PreferenceInteractor) {
|
||||
onCheckedChange = { interactor.setAddIconToHome(it) },
|
||||
label = stringResource(id = R.string.auto_add_shortcuts_label)
|
||||
)
|
||||
SwitchPreference(
|
||||
/*SwitchPreference(
|
||||
checked = interactor.allowEmptyPages.value,
|
||||
onCheckedChange = { interactor.setAllowEmptyPages(it) },
|
||||
label = stringResource(id = R.string.allow_empty_pages_label),
|
||||
showDivider = false
|
||||
)
|
||||
)*/
|
||||
}
|
||||
PreferenceGroup(heading = stringResource(id = R.string.grid), useTopPadding = true) {
|
||||
SliderPreference(
|
||||
|
||||
Reference in New Issue
Block a user