mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-13 10:12:48 +01:00
Allow selecting an OPML file that has a .xml file extension. Fix #355.
This commit is contained in:
parent
bcacd31135
commit
b4e711746d
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user