mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
refactors iOS theme downloads
This commit is contained in:
@@ -60,7 +60,6 @@ extension AppDelegate : AppDelegateAppleEvents {
|
||||
try? FileManager.default.createDirectory(at: downloadDirectory, withIntermediateDirectories: true, attributes: nil)
|
||||
let tmpFileName = UUID().uuidString + ".zip"
|
||||
downloadDirectory.appendPathComponent("\(tmpFileName)")
|
||||
|
||||
if location == nil {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user