Fun: Make each tab have its own color theme
This commit is contained in:
@@ -308,6 +308,9 @@ class BrowserViewController: UIViewController, WKNavigationDelegate, WKUIDelegat
|
||||
// Show tab bar view?
|
||||
browserView.tabBarViewVisible = tabController.tabs.count > 1
|
||||
|
||||
// Color theme
|
||||
browserView.titlebarView.setColorTheme(tab.colorTheme)
|
||||
|
||||
// Load progress
|
||||
updateLoadProgress(forWebView: webView)
|
||||
loadingObservation = webView.observe(\.estimatedProgress) { [unowned self] (webView, observedChange) in
|
||||
|
||||
Reference in New Issue
Block a user