the other part of the board changes from shakesoda. (also I think midi edited 03 themeprefs but i'm not sure)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user