From e0b02289e53603f545196fcdc77487bcba16c85f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 10 Apr 2025 20:57:51 +0400 Subject: [PATCH] add default theme to dark --- js/mastodon-config.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/js/mastodon-config.php b/js/mastodon-config.php index d451f7f..2a15f22 100644 --- a/js/mastodon-config.php +++ b/js/mastodon-config.php @@ -12,6 +12,7 @@ window.addEventListener("load", () => { btnSeeMore: "", btnReload: "", maxNbPostFetch: '', - maxNbPostShow: '' + maxNbPostShow: '', + defaultTheme: 'dark' }); -}); \ No newline at end of file +});