We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f08248 commit 3ec467cCopy full SHA for 3ec467c
addon/globalPlugins/MathCAT/MathCATPreferences.py
@@ -530,6 +530,8 @@ def get_ui_values(self):
530
Braille_BrailleNavHighlight[self.m_choiceBrailleHighlights.GetSelection()]
531
)
532
user_preferences["Braille"]["BrailleCode"] = self.m_choiceBrailleMathCode.GetStringSelection()
533
+ if "NVDAAddOn" not in user_preferences:
534
+ user_preferences["NVDAAddOn"] = {"LastCategory": "0"}
535
user_preferences["NVDAAddOn"]["LastCategory"] = self.m_listBoxPreferencesTopic.GetSelection()
536
537
@staticmethod
0 commit comments