mirror of
https://github.com/nextcloud/desktop.git
synced 2026-01-14 02:01:28 +00:00
- Some time ago, I implemented the token based locks. In scope of that I temporarily changed the "lock" property to a complex type before reverting it. I probably forgot to turn back the changes here which compare the property like it is an optional struct even though it is a boolean. - Improved code formatting and updated some calls to use asynchronous methods of NextcloudKit directly without continuations. - Set the key equivalent of the close button to the escape key. Signed-off-by: Iva Horn <iva.horn@nextcloud.com>