mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-14 13:15:45 +01:00
Fix 'popups' safeSet message.
This commit is contained in:
@@ -1470,7 +1470,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
{
|
||||
setter: function (value) {
|
||||
prefs.safeSet("accessibility.typeaheadfind.enablesound", !value,
|
||||
_("option.visualbell.safeSet"));
|
||||
_("option.safeSet", "visualbell"));
|
||||
return value;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user