mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
Drivers couldn't be updated from within AC
This commit is contained in:
parent
cb6d32f461
commit
3b5094edd7
BIN
archive/community.applications-2022.07.24-x86_64-1.txz
Normal file
BIN
archive/community.applications-2022.07.24-x86_64-1.txz
Normal file
Binary file not shown.
@ -24,4 +24,4 @@ da3b4f9b73c5c3bf65be6c42d68b51f9 ./scripts/showStatistics.php
|
||||
34554a56611dfe625889c82afd5138de ./scripts/updatePluginSupport.php
|
||||
25bdaed6f62ac73f9ef7c3ce0c125ef7 ./skins/Narrow/css.php
|
||||
7eb021a105e2f7a15675ec8a14e6f05e ./skins/Narrow/skin.html
|
||||
c392910a4bdbf892b852c9aa82a476f5 ./skins/Narrow/skin.php
|
||||
fb11da637a918d452d9ae4927ef218ca ./skins/Narrow/skin.php
|
||||
|
@ -1176,6 +1176,9 @@ function displayCard($template) {
|
||||
case 'appLanguage':
|
||||
$type = "language";
|
||||
break;
|
||||
case 'appDriver':
|
||||
$type = 'plugin';
|
||||
break;
|
||||
}
|
||||
if ($Removable && !$DockerInfo && ! $Installed && ! $Blacklist) {
|
||||
$card .= "<input class='ca_multiselect ca_tooltip' title='".tr("Check off to select multiple reinstalls")."' type='checkbox' data-name='$previousAppName' data-humanName='$Name' data-type='$type' data-deletepath='$InstallPath' $checked>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user