remove code for no descriptions

This commit is contained in:
Squidly271 2021-12-06 19:03:32 -05:00
parent 09fbb34af0
commit d3038750b1
4 changed files with 2 additions and 11 deletions

View File

@ -1,7 +1,7 @@
aab3481fc0356a16dbac7022781880f3 ./Apps.page
83b3f89cd42e8601c7c217d5b4889c81 ./CA_notices.page
7ee0b23dbd92ed55f611360a983f9565 ./ca_settings.page
1b49ec9797713ce869ea0c1066a109f2 ./default.cfg
18ded5848ac35ffae0e8e0fc8ed3c512 ./ca_settings.page
ed2883d6c44c19304c431079596a1731 ./default.cfg
f70e90c67290e43ed60d228a5dc7c0d3 ./include/exec.php
b6920c2d8b2ea81a4dabbd935b93895e ./include/helpers.php
95709ae0ed53e2889a93849a69b37892 ./include/paths.php

View File

@ -82,14 +82,6 @@ function debug() {
> <?tr("This option enables another button on the cards and popups which will allow you to reinstall an installed application using it's default template values. This option can be confusing at times, and is only generally used if you wish to install and have an application running twice simultaneously");?>
<?tr("Show descriptions on application cards:");?>
: <select name='descriptions' size='1'>
<?=mk_option($cfg['descriptions'],'no',tr("No",true))?>
<?=mk_option($cfg['descriptions'],'yes',tr("Yes",true))?>
</select>
> <?tr("This option dictates whether the descriptions appear on the cards or not")?>
<?tr("Allow CA to check for updates to applications:");?>
: <select name="updateCheck" size="1">
<?=mk_option($cfg['updateCheck'],"yes",tr("Yes",true))?>

View File

@ -5,4 +5,3 @@ notifications="no"
debugging="no"
updateCheck="yes"
dev="no"
descriptions="yes"