mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Allow selecting an OPML file that has a .xml file extension. Fix #355.
This commit is contained in:
@@ -352,7 +352,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
|
||||
panel.allowsMultipleSelection = false
|
||||
panel.canChooseDirectories = false
|
||||
panel.resolvesAliases = true
|
||||
panel.allowedFileTypes = ["opml"]
|
||||
panel.allowedFileTypes = ["opml", "xml"]
|
||||
panel.allowsOtherFileTypes = false
|
||||
|
||||
let result = panel.runModal()
|
||||
|
||||
Reference in New Issue
Block a user