diff --git a/Themes/default/Graphics/NoteField board.png b/Themes/default/Graphics/NoteField board.png index af3fbe88db..62fd82c09f 100644 Binary files a/Themes/default/Graphics/NoteField board.png and b/Themes/default/Graphics/NoteField board.png differ diff --git a/Themes/default/Scripts/03 ThemePrefs.lua b/Themes/default/Scripts/03 ThemePrefs.lua index 171613afcf..e97a80c1b1 100644 --- a/Themes/default/Scripts/03 ThemePrefs.lua +++ b/Themes/default/Scripts/03 ThemePrefs.lua @@ -5,13 +5,13 @@ function InitUserPrefs() SetUserPref("UserPrefGameplayShowStepsDisplay", true); end; if GetUserPref("UserPrefGameplayShowScore") == nil then - SetUserPref("UserPrefGameplayShowScore", true); + SetUserPref("UserPrefGameplayShowScore", false); end; if GetUserPrefB("UserPrefShowLotsaOptions") == nil then SetUserPref("UserPrefShowLotsaOptions", true); end; if GetUserPrefB("UserPrefAutoSetStyle") == nil then - SetUserPref("UserPrefAutoSetStyle", true); + SetUserPref("UserPrefAutoSetStyle", false); end; if GetUserPrefB("UserPrefLongFail") == nil then SetUserPref("UserPrefLongFail", false);