Dark mode should be global

This commit is contained in:
James Magahern
2020-07-31 14:26:10 -07:00
parent 2eec003a84
commit 4227e2ecaa

View File

@@ -181,8 +181,8 @@ class BrowserViewController: UIViewController, WKNavigationDelegate,
// Script blocker button // Script blocker button
updateScriptBlockerButton() updateScriptBlockerButton()
// Dark mode status // Enforce dark mode setting
toolbarController.darkModeEnabled = tab.bridge.darkModeEnabled tab.bridge.darkModeEnabled = toolbarController.darkModeEnabled
} }
override func viewWillAppear(_ animated: Bool) { override func viewWillAppear(_ animated: Bool) {