feat: option to hide disabled subscriptions (#286)

This commit is contained in:
Miguel Ribeiro
2024-04-20 14:58:46 +02:00
committed by GitHub
parent 27f84ff3d5
commit b80ab4bdc6
23 changed files with 83 additions and 4 deletions
+6
View File
@@ -650,6 +650,12 @@
<label for="convertcurrency"><?= translate('convert_prices', $i18n) ?></label>
</div>
</div>
<div>
<div class="form-group-inline">
<input type="checkbox" id="hidedisabled" name="hidedisabled" onChange="setHideDisabled()" <?php if ($settings['hide_disabled']) echo 'checked'; ?>>
<label for="hidedisabled"><?= translate('hide_disabled_subscriptions', $i18n) ?></label>
</div>
</div>
</div>
</section>