mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
by default, don't hide the title bar
This commit is contained in:
parent
6dcb08594e
commit
fddd159e57
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ public class CommonPrefs extends XWPrefs {
|
|||
|
||||
public static boolean getHideTitleBar( Context context )
|
||||
{
|
||||
return getPrefsBoolean( context, R.string.key_hide_title, true );
|
||||
return getPrefsBoolean( context, R.string.key_hide_title, false );
|
||||
}
|
||||
|
||||
public static boolean getSoundNotify( Context context )
|
||||
|
|
Loading…
Reference in a new issue