mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 03:24:11 +01:00
Update :extensions with live update and buttons like :downloads. Rename to :addons.
--HG-- extra : transplant_source : %CD%8A%D4L%5D%DD%5E6A%1A%02Gm%22%28%0E3%A6%B4%85
This commit is contained in:
@@ -36,7 +36,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>
|
||||
@@ -285,9 +285,6 @@ var Downloads = Module("downloads", {
|
||||
function (args) {
|
||||
let downloads = DownloadList(modules);
|
||||
modules.commandline.echo(downloads);
|
||||
|
||||
if (modules.commandline.savingOutput)
|
||||
util.waitFor(function () downloads.document);
|
||||
});
|
||||
},
|
||||
dactyl: function (dactyl, modules, window) {
|
||||
|
||||
Reference in New Issue
Block a user