Merge pull request #135 from WooLNinesun/master
option.lang.toLowerCase() return to self
This commit is contained in:
commit
97dfb6ae67
|
|
@ -40,7 +40,7 @@ module.exports = (option) => {
|
|||
}
|
||||
|
||||
if (option.lang) {
|
||||
option.lang.toLowerCase();
|
||||
option.lang = option.lang.toLowerCase();
|
||||
}
|
||||
|
||||
option.contextmenu = option.contextmenu.concat([{
|
||||
|
|
|
|||
Loading…
Reference in New Issue