From 7216bcd03777defa253f2c70eeda364f345970dc Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 14 Jun 2018 15:53:43 +0800 Subject: add option show suggestion --- src/PYConfig.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/PYConfig.cc') diff --git a/src/PYConfig.cc b/src/PYConfig.cc index f10a1f9..9f47cb7 100644 --- a/src/PYConfig.cc +++ b/src/PYConfig.cc @@ -44,6 +44,7 @@ Config::initDefaultValues (void) m_page_size = 5; m_remember_every_input = FALSE; m_sort_option = SORT_BY_PHRASE_LENGTH_AND_PINYIN_LENGTH_AND_FREQUENCY; + m_show_suggestion = TRUE; m_shift_select_candidate = FALSE; m_minus_equal_page = TRUE; -- cgit