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
Hello,
when I go to the NVDA menu, tools, schedule alarms the following error occurs:
ERROR - unhandled exception (15:59:21.212) - MainThread (17772):
Traceback (most recent call last):
File "\AppData\Roaming\nvda\addons\clock\globalPlugins\clock_init_.py", line 431, in onAlarmSettingsDialog
d = AlarmSettingsDialog(gui.mainFrame)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Can't instantiate abstract class AlarmSettingsDialog with abstract method onSave
I'm using NVDA 2024.2 and the addon version is 25.05.0.
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
when I go to the NVDA menu, tools, schedule alarms the following error occurs:
ERROR - unhandled exception (15:59:21.212) - MainThread (17772):
Traceback (most recent call last):
File "\AppData\Roaming\nvda\addons\clock\globalPlugins\clock_init_.py", line 431, in onAlarmSettingsDialog
d = AlarmSettingsDialog(gui.mainFrame)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Can't instantiate abstract class AlarmSettingsDialog with abstract method onSave
I'm using NVDA 2024.2 and the addon version is 25.05.0.
Thanks
The text was updated successfully, but these errors were encountered: