mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
don't explain robot scores by default
This commit is contained in:
parent
a01844e751
commit
20aad594e4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ public class CommonPrefs {
|
|||
|
||||
public CommonPrefs() {
|
||||
showBoardArrow = true;
|
||||
showRobotScores = true;
|
||||
showRobotScores = false;
|
||||
hideTileValues = false;
|
||||
skipCommitConfirm = false;
|
||||
showColors = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue