silencing changelogs now available

This commit is contained in:
iw0
2024-05-29 13:47:08 +02:00
parent d9c2c818f1
commit 8c79c437c9
4 changed files with 43 additions and 4 deletions

View File

@ -365,6 +365,13 @@
<input name="bic" id="bic" />
</label>
</fieldset>
<fieldset>
<legend>Miscellaneous</legend>
<label class="item">
<span class="fh">Show me information about updates</span>
<input type="checkbox" id="showChangelog" name="showChangelog" />
</label>
</fieldset>
<div class="item"><button type="submit">Save</button><span id="success"></span></div>
<p id="errors"></p>
</form>