Disable 'enable keyboard overlay' by default now

This commit is contained in:
twinaphex 2016-11-03 10:56:53 +01:00
parent 5fdb2247dd
commit cb8231a962
2 changed files with 3 additions and 1 deletions

View file

@ -537,6 +537,8 @@ static bool show_hidden_files = true;
static const bool overlay_hide_in_menu = true;
static const bool display_keyboard_overlay = false;
#ifdef HAVE_MENU
#include "menu/menu_display.h"

View file

@ -4473,7 +4473,7 @@ static bool setting_append_list(
&settings->osk.enable,
MENU_ENUM_LABEL_INPUT_OSK_OVERLAY_ENABLE,
MENU_ENUM_LABEL_VALUE_INPUT_OSK_OVERLAY_ENABLE,
true,
display_keyboard_overlay,
MENU_ENUM_LABEL_VALUE_OFF,
MENU_ENUM_LABEL_VALUE_ON,
&group_info,