macOS: fix gateway strict-concurrency issues

This commit is contained in:
Peter Steinberger
2025-12-17 17:22:44 +01:00
parent 17a27fd312
commit c1985443fd
7 changed files with 61 additions and 62 deletions

View File

@@ -215,9 +215,3 @@ final class CanvasManager {
return FileManager.default.fileExists(atPath: index.path)
}
}
private extension String {
var nonEmpty: String? {
isEmpty ? nil : self
}
}