diff --git a/src/index.html b/src/index.html index fd772f9..7ca0744 100644 --- a/src/index.html +++ b/src/index.html @@ -240,7 +240,7 @@
  • - + Aria2 Status
  • diff --git a/src/scripts/controllers/main.js b/src/scripts/controllers/main.js index c9cbffc..2824e07 100644 --- a/src/scripts/controllers/main.js +++ b/src/scripts/controllers/main.js @@ -63,6 +63,7 @@ $scope.quickSettingContext = null; $scope.rpcSettings = ariaNgSettingService.getAllRpcSettings(); + $scope.isCurrentRpcUseWebSocket = ariaNgSettingService.isCurrentRpcUseWebSocket(); $scope.isTaskSelected = function () { return $rootScope.taskContext.getSelectedTaskIds().length > 0;