mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 01:07:59 +01:00
Fix beeping after every command when command after-image isn't disabled.
This commit is contained in:
@@ -124,6 +124,7 @@ const Dactyl = Module("dactyl", {
|
||||
* 'visualbell' option.
|
||||
*/
|
||||
beep: requiresMainThread(function () {
|
||||
dactyl.dumpStack();
|
||||
// FIXME: popups clear the command line
|
||||
if (options["visualbell"]) {
|
||||
// flash the visual bell
|
||||
|
||||
Reference in New Issue
Block a user