Fix build error.
This commit is contained in:
parent
69c908c891
commit
138177858c
@ -126,9 +126,7 @@ final class DetailWebViewController: NSViewController {
|
||||
webView.navigationDelegate = self
|
||||
webView.keyboardDelegate = keyboardDelegate
|
||||
webView.translatesAutoresizingMaskIntoConstraints = false
|
||||
if let userAgent = UserAgent.fromInfoPlist {
|
||||
webView.customUserAgent = userAgent
|
||||
}
|
||||
webView.customUserAgent = UserAgent.fromInfoPlist
|
||||
|
||||
view = webView
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user