add macos conditionals for share extension improvements
This commit is contained in:
@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user