mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
Android drawer is now locked by default
This commit is contained in:
parent
5913d8342f
commit
ff46656809
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user