mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Continue fixing build errors.
This commit is contained in:
@@ -68,7 +68,7 @@ class AddFolderWindowController : NSWindowController {
|
||||
return
|
||||
}
|
||||
|
||||
let _ = account.ensureFolderWithName(folderName)
|
||||
let _ = account.ensureFolder(with: folderName)
|
||||
}
|
||||
|
||||
// MARK: Actions
|
||||
|
||||
Reference in New Issue
Block a user