From 381cda14a8e9d8cdf6190d6175c9af32fc15bc9c Mon Sep 17 00:00:00 2001 From: Julian Merkle Date: Sun, 8 Dec 2024 23:24:47 +0100 Subject: [PATCH] Avoid theme flicker on reload in dark mode By loading the theme-switch earlier the nav bar background no longer flickers from bright to dark. --- templates/footer.hbs | 1 - templates/nav.hbs | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/footer.hbs b/templates/footer.hbs index b089d6b1b..30899b465 100644 --- a/templates/footer.hbs +++ b/templates/footer.hbs @@ -44,4 +44,3 @@ - diff --git a/templates/nav.hbs b/templates/nav.hbs index 36d1da5ed..f8485232e 100644 --- a/templates/nav.hbs +++ b/templates/nav.hbs @@ -19,5 +19,6 @@
  • Dark
  • +