mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 11:54:12 +01:00
Don't set bang config property for :style, :dialog, :quitall which don't support it.
This commit is contained in:
@@ -1765,7 +1765,6 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
}
|
||||
}, {
|
||||
argCount: "1",
|
||||
bang: true,
|
||||
completer: function (context) {
|
||||
context.ignoreCase = true;
|
||||
completion.dialog(context);
|
||||
|
||||
Reference in New Issue
Block a user