Android drawer is now locked by default

This commit is contained in:
OpenSauce04 2024-04-04 21:04:01 +01:00
parent 647a234e03
commit 20918b5a44

View File

@ -61,7 +61,7 @@ object EmulationMenuSettings {
var drawerLockMode: Int
get() = preferences.getInt(
"EmulationMenuSettings_DrawerLockMode",
DrawerLayout.LOCK_MODE_UNLOCKED
DrawerLayout.LOCK_MODE_LOCKED_CLOSED
)
set(value) {
preferences.edit()