Skip to content

Commit

Permalink
Remove debug beep
Browse files Browse the repository at this point in the history
  • Loading branch information
mltony committed May 28, 2024
1 parent 15418d3 commit f5a5090
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon/globalPlugins/browserNav/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,6 @@ def terminate(self):
NVDAHelper._setDllFuncPointer(NVDAHelper.localLib,"_nvdaControllerInternal_reportLiveRegion", quickJump.originalReportLiveRegion)
quickJump.browseMonitorThreadShutdownRequested = True
self.thread.join()
tones.beep(500, 50)


def script_moveToNextSibling(self, gesture, selfself):
Expand Down

0 comments on commit f5a5090

Please sign in to comment.