Make WhatsApp follow the system theme

This commit is contained in:
David Heinemeier Hansson
2026-08-01 12:53:30 -07:00
parent 66427571bc
commit 3d59f9127e
3 changed files with 39 additions and 3 deletions
@@ -0,0 +1,4 @@
if (localStorage.getItem("system-theme-mode") !== "true") {
localStorage.setItem("system-theme-mode", "true");
location.reload();
}