You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently TRUE/FALSE, YES/NO, type preferences are partly handled as BOOLs and partly handled as INT32s. Ideally, the internal representation would be a C++ bool.
The various types of Preferences::DeclarePref should be refactored to accomplish this.
The text was updated successfully, but these errors were encountered:
Currently TRUE/FALSE, YES/NO, type preferences are partly handled as
BOOL
s and partly handled asINT32
s. Ideally, the internal representation would be a C++bool
.The various types of
Preferences::DeclarePref
should be refactored to accomplish this.The text was updated successfully, but these errors were encountered: