From 1aa4b7d79b7b8609121d518cdda5c31f8ee7fb52 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 30 Sep 2024 00:11:43 +0900 Subject: [PATCH] chore: update app.js.template minor fix --- libretranslate/templates/app.js.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretranslate/templates/app.js.template b/libretranslate/templates/app.js.template index ca1eb96..1dfe901 100644 --- a/libretranslate/templates/app.js.template +++ b/libretranslate/templates/app.js.template @@ -551,7 +551,7 @@ function getPreferredColorScheme(){ } // Write chosen color scheme to local storage -// Unless the system scheme matches the the stored scheme, in which case... remove from local storage +// Unless the system scheme matches the stored scheme, in which case... remove from local storage function savePreferredColorScheme(scheme){ var systemScheme = 'light';