angular-devtools icon indicating copy to clipboard operation
angular-devtools copied to clipboard

Dark mode does not persist on reload

Open davychhouk opened this issue 3 years ago • 2 comments

Description: When enabling dark mode, it switches back to light mode on reload.

...

Angular Devtools version (required): 1.0.0

Angular version (required): 10.1.4

Date: May 19, 2021

OS: PopOS

Steps to reproduce:

  1. Go to Angular Devtool

  2. Go to setting and enable dark mode

  3. Reload the page

  4. And it's not dark mode anymore

....

davychhouk avatar May 19 '21 04:05 davychhouk

This shouldn't be P3, its P0 Issue 😄

nagarsuresh avatar May 27 '21 19:05 nagarsuresh

Dirty global workaround: set #enable-force-dark to "Enabled" on chrome://flags/

julientechdev avatar Aug 11 '21 08:08 julientechdev