From: Claudio Cambra Date: Wed, 31 Jul 2024 07:17:09 +0000 (+0800) Subject: Once finished locking/unlocking, stop loading indicator X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~6^2~22^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bcbfdc942ea0acf90b8f9d328924410ad689f94b;p=nextcloud-desktop.git Once finished locking/unlocking, stop loading indicator Signed-off-by: Claudio Cambra --- diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Locking/LockViewController.swift b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Locking/LockViewController.swift index d170fc26b..3acbfcf17 100644 --- a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Locking/LockViewController.swift +++ b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Locking/LockViewController.swift @@ -185,6 +185,7 @@ class LockViewController: NSViewController { } if error == .success { descriptionLabel.stringValue = "File \(self.locking ? "locked" : "unlocked")!" + stopIndicatingLoading() } else { presentError("Could not lock file: \(error.errorDescription).") }