mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 10:55:46 +01:00
Update :extensions with live update and buttons like :downloads. Rename to :addons.
--HG-- branch : key-processing
This commit is contained in:
@@ -38,7 +38,7 @@ var Download = Class("Download", {
|
||||
</span>
|
||||
</span>
|
||||
<span highlight="DownloadState" key="state"/>
|
||||
<span highlight="DownloadButtons">
|
||||
<span highlight="DownloadButtons Buttons">
|
||||
<a highlight="Button" key="pause">Pause</a>
|
||||
<a highlight="Button" key="remove">Remove</a>
|
||||
<a highlight="Button" key="resume">Resume</a>
|
||||
@@ -304,9 +304,6 @@ var Downloads = Module("downloads", {
|
||||
function (args) {
|
||||
let downloads = DownloadList(modules);
|
||||
modules.commandline.echo(downloads);
|
||||
|
||||
if (modules.commandline.savingOutput)
|
||||
util.waitFor(function () downloads.document);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user