improved user experience for novice user(including support for standalone aria2c and ytdl binaries);support for snap installation;close #19
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<?php
|
||||
extract($_);
|
||||
$checked = '';
|
||||
if ($ncd_hide_errors) {
|
||||
$checked = "checked";
|
||||
}
|
||||
?>
|
||||
<div id="app-settings">
|
||||
<div id="app-settings-header">
|
||||
@@ -11,6 +15,9 @@ extract($_);
|
||||
</div>
|
||||
<div id="app-settings-content">
|
||||
<ul id="ncdownloader-settings-collapsible-container">
|
||||
<li class="ncdownloader-settings-item" data-tippy-content="check this to show or suppress errors">
|
||||
<input class="checkbox" type="checkbox" value="<?php print($ncd_hide_errors);?>" <?php print($checked);?> id="ncd-hide-errors"><label for="ncd-hide-errors"><?php p($l->t('Hide Errors'));?></label>
|
||||
</li>
|
||||
<li class="ncdownloader-settings-item">
|
||||
<a href="<?php p($l->t($settings_url));?>" title="<?php p($l->t('Personal Settings'));?>" >
|
||||
<?php p($l->t('Personal Settings'));?>
|
||||
|
||||
Reference in New Issue
Block a user