Dark mode should be global
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user