mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 05:04:12 +01:00
Reset progress indicator on location change.
This commit is contained in:
@@ -252,7 +252,7 @@ var AutoCommands = Module("autocommands", {
|
||||
"List of autocommand event names which should be ignored",
|
||||
"stringlist", "",
|
||||
{
|
||||
completer: function () Iterator(update({ all: "All Events" }, config.autocommands)),
|
||||
values: iter(update({ all: "All Events" }, config.autocommands)).toArray(),
|
||||
has: Option.has.toggleAll
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user