Closed shaansubbaiah closed 4 years ago
Dark mode was not set on tabs created after it was enabled. Fix checks if dark mode is enabled and calls set_dark() after a new tab is created.
@quozl can you check if this fix is correct? The fix works but I'm not sure if this is the correct way to go about it.
Dark mode was not set on tabs created after it was enabled. Fix checks if dark mode is enabled and calls set_dark() after a new tab is created.