Dark mode should be global
This commit is contained in:
@@ -181,8 +181,8 @@ class BrowserViewController: UIViewController, WKNavigationDelegate,
|
||||
// Script blocker button
|
||||
updateScriptBlockerButton()
|
||||
|
||||
// Dark mode status
|
||||
toolbarController.darkModeEnabled = tab.bridge.darkModeEnabled
|
||||
// Enforce dark mode setting
|
||||
tab.bridge.darkModeEnabled = toolbarController.darkModeEnabled
|
||||
}
|
||||
|
||||
override func viewWillAppear(_ animated: Bool) {
|
||||
|
||||
Reference in New Issue
Block a user