зеркало из https://github.com/nextcloud/desktop.git
Once finished locking/unlocking, stop loading indicator
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Родитель
d312d009f7
Коммит
7ae9f833aa
|
@ -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).")
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче