mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
Android drawer is now locked by default
This commit is contained in:
parent
647a234e03
commit
20918b5a44
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue