Small fix to characterlist
This commit is contained in:
parent
d429e385bb
commit
e3cbc59cc8
|
@ -204,7 +204,7 @@ function CharacterList.create(characters, account, otui)
|
||||||
|
|
||||||
connect(widget, { onDoubleClick = function () CharacterList.doLogin() return true end } )
|
connect(widget, { onDoubleClick = function () CharacterList.doLogin() return true end } )
|
||||||
|
|
||||||
if i == 1 or g_settings.get('lastUsedCharacter') == characterName then
|
if i == 1 or g_settings.get('lastUsedCharacter') == widget.characterName then
|
||||||
focusLabel = widget
|
focusLabel = widget
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue