Set window position in native selector based on data from extension

This commit is contained in:
hensm
2019-07-12 19:15:38 +01:00
parent d8d8f01347
commit f2907cdc15
4 changed files with 40 additions and 19 deletions

View File

@@ -3,6 +3,9 @@ struct InitData : Codable {
let defaultMediaType: MediaType
let availableMediaTypes: Int
let windowPositionX: Int
let windowPositionY: Int
let i18n_extensionName: String
let i18n_castButtonTitle: String
let i18n_mediaTypeApp: String