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
For some systems such as NVDA, they have their own preference files. Rather than forcing everyone to use MathCAT's preferences (and not being integrated into uninstall, etc), provide a means to pass in a YAML string (JSON is a subset of YAML, so JSON works also) that are MathCAT's preferences.
MathCAT never writes preferences (the dialog does), so no need to return preferences.
The text was updated successfully, but these errors were encountered:
NSoiffer
changed the title
add interface for getting/setting prefs
add interface for telling MathCAT what (all of) the user prefs are
Feb 14, 2024
For some systems such as NVDA, they have their own preference files. Rather than forcing everyone to use MathCAT's preferences (and not being integrated into uninstall, etc), provide a means to pass in a YAML string (JSON is a subset of YAML, so JSON works also) that are MathCAT's preferences.
MathCAT never writes preferences (the dialog does), so no need to return preferences.
The text was updated successfully, but these errors were encountered: