mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add Inoreader, BazQux, and The Old Reader assets
This commit is contained in:
@@ -170,6 +170,12 @@ class ScriptableAccount: NSObject, UniqueIdScriptingObject, ScriptingObjectConta
|
||||
osType = "NBlr"
|
||||
case .freshRSS:
|
||||
osType = "Frsh"
|
||||
case .inoreader:
|
||||
osType = "Inrd"
|
||||
case .bazQux:
|
||||
osType = "Bzqx"
|
||||
case .theOldReader:
|
||||
osType = "Tord"
|
||||
}
|
||||
return osType.fourCharCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user