Drivers couldn't be updated from within AC

pull/11/head
Squidly271 2022-07-24 11:47:55 -04:00
parent cb6d32f461
commit 3b5094edd7
3 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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>";