Marino Faggiana 1 tahun lalu
induk
melakukan
0739f044b2

+ 1 - 0
iOSClient/Menu/NCContextMenu.swift

@@ -41,6 +41,7 @@ class NCContextMenu: NSObject {
 
         let hud = JGProgressHUD()
         hud.indicatorView = JGProgressHUDRingIndicatorView()
+        hud.textLabel.text = NSLocalizedString("_downloading_", comment: "")
         hud.detailTextLabel.text = NSLocalizedString("_tap_to_cancel_", comment: "")
         if let indicatorView = hud.indicatorView as? JGProgressHUDRingIndicatorView { indicatorView.ringWidth = 1.5 }
         hud.tapOnHUDViewBlock = { _ in

+ 1 - 0
iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayerToolBar.swift

@@ -464,6 +464,7 @@ extension NCPlayerToolBar: NCSelectDelegate {
             } else {
                 var downloadRequest: DownloadRequest?
                 hud.indicatorView = JGProgressHUDRingIndicatorView()
+                hud.textLabel.text = NSLocalizedString("_downloading_", comment: "")
                 hud.detailTextLabel.text = NSLocalizedString("_tap_to_cancel_", comment: "")
                 if let indicatorView = hud.indicatorView as? JGProgressHUDRingIndicatorView {
                     indicatorView.ringWidth = 1.5