Skip to content

Commit

Permalink
MangaDex, set default lang
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvi committed Jan 6, 2019
1 parent 732d90a commit da8a6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/modules/MangaDex.lua
Original file line number Diff line number Diff line change
Expand Up @@ -264,5 +264,5 @@ function Init()
local items = 'All'
local t = getlanglist()
for k, v in ipairs(t) do items = items .. '\r\n' .. v; end
m.addoptioncombobox('lualang', 'Language:', items, 0)
m.addoptioncombobox('lualang', 'Language:', items, 11)
end

0 comments on commit da8a6fc

Please sign in to comment.