add macos conditionals for share extension improvements

This commit is contained in:
Satindar Dhillon
2022-07-22 13:04:04 -07:00
parent a4811104d6
commit c5b3354d8f
5 changed files with 55 additions and 30 deletions

View File

@ -22,7 +22,7 @@ import Utils
class ShareViewController: NSViewController {
override func loadView() {
view = NSView(frame: NSRect(x: 0, y: 0, width: 400, height: 200))
view = NSView(frame: NSRect(x: 0, y: 0, width: 400, height: 600))
}
override func viewDidLoad() {