1
0
Fork 0

Update settings.js

master
nujw 2021-01-26 16:24:33 +13:00 committed by GitHub
parent 3b6f57d0ee
commit 850979f659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
'': {'title': 'Colours'},
'< Back': back,
'Default' : function() { setColor(0); },
"Bright" : function() { setColor(1); },
"Hi Contrast" : function() { setColor(1); },
"Night" : function() { setColor(2); }
};