Add missing i18n to native macOS receiver selector and refactor

This commit is contained in:
hensm
2019-05-15 13:38:11 +01:00
parent 474dbad1aa
commit e368c4d09c
13 changed files with 155 additions and 108 deletions

View File

@@ -0,0 +1,6 @@
struct Receiver : Codable {
let friendlyName: String
let host: String
let id: String
let port: Int
}