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);
|
SetUserPref("UserPrefGameplayShowStepsDisplay", true);
|
||||||
end;
|
end;
|
||||||
if GetUserPref("UserPrefGameplayShowScore") == nil then
|
if GetUserPref("UserPrefGameplayShowScore") == nil then
|
||||||
SetUserPref("UserPrefGameplayShowScore", true);
|
SetUserPref("UserPrefGameplayShowScore", false);
|
||||||
end;
|
end;
|
||||||
if GetUserPrefB("UserPrefShowLotsaOptions") == nil then
|
if GetUserPrefB("UserPrefShowLotsaOptions") == nil then
|
||||||
SetUserPref("UserPrefShowLotsaOptions", true);
|
SetUserPref("UserPrefShowLotsaOptions", true);
|
||||||
end;
|
end;
|
||||||
if GetUserPrefB("UserPrefAutoSetStyle") == nil then
|
if GetUserPrefB("UserPrefAutoSetStyle") == nil then
|
||||||
SetUserPref("UserPrefAutoSetStyle", true);
|
SetUserPref("UserPrefAutoSetStyle", false);
|
||||||
end;
|
end;
|
||||||
if GetUserPrefB("UserPrefLongFail") == nil then
|
if GetUserPrefB("UserPrefLongFail") == nil then
|
||||||
SetUserPref("UserPrefLongFail", false);
|
SetUserPref("UserPrefLongFail", false);
|
||||||
|
|||||||
Reference in New Issue
Block a user