android: DIsable FPS counter by default
This commit is contained in:
parent
bfb4e3bcaa
commit
419daf770d
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ object EmulationMenuSettings {
|
|||
.apply()
|
||||
}
|
||||
var showFps: Boolean
|
||||
get() = preferences.getBoolean(Settings.PREF_MENU_SETTINGS_SHOW_FPS, true)
|
||||
get() = preferences.getBoolean(Settings.PREF_MENU_SETTINGS_SHOW_FPS, false)
|
||||
set(value) {
|
||||
preferences.edit()
|
||||
.putBoolean(Settings.PREF_MENU_SETTINGS_SHOW_FPS, value)
|
||||
|
|
Loading…
Reference in a new issue