Update settings.js

pull/1100/head
nujw 2021-10-29 22:20:30 +13:00 committed by GitHub
parent 4b66b9ffa8
commit 7bd799accc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@
'Default' : function() { setColour(0); },
'Hi Contrast' : function() { setColour(1); },
'Night' : function() { setColour(2); }
'Inverted' : function() { setColour(3); }
};
const kalMenu = {