1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2025-01-05 10:20:36 +02:00

Merge pull request #686 from eltociear/patch-2

chore: update app.js.template
This commit is contained in:
Piero Toffanin 2024-09-29 11:29:55 -04:00 committed by GitHub
commit 9deb93572f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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';