mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 09:27:58 +01:00
Fix visual bell styling.
This commit is contained in:
@@ -124,7 +124,6 @@ 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