mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 07:14:11 +01:00
Don't set bang config property for :style, :dialog, :quitall which don't support it.
This commit is contained in:
@@ -749,10 +749,7 @@ var Tabs = Module("tabs", {
|
||||
commands.add(["quita[ll]", "qa[ll]"],
|
||||
"Quit this " + config.appName + " window",
|
||||
function (args) { window.close(); },
|
||||
{
|
||||
argCount: "0",
|
||||
bang: true
|
||||
});
|
||||
{ argCount: "0" });
|
||||
|
||||
commands.add(["reloada[ll]"],
|
||||
"Reload all tab pages",
|
||||
|
||||
Reference in New Issue
Block a user