mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 06:31:22 +00:00
GUACAMOLE-44: Replace use of ManagedFileDownload with calls to the tunnel REST service.
This commit is contained in:
@@ -755,7 +755,7 @@ angular.module('client').controller('clientController', ['$scope', '$routeParams
|
||||
if (!$scope.client)
|
||||
return false;
|
||||
|
||||
return !!($scope.client.uploads.length || $scope.client.downloads.length);
|
||||
return !!$scope.client.uploads.length;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user