mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-07-17 16:42:48 -05:00
fix typo
This commit is contained in:
parent
41da3c8a92
commit
9d39d4e586
|
|
@ -87,7 +87,7 @@ void ui::textUserMenuUpdate(const uint64_t& down, const uint64_t& held)
|
|||
{
|
||||
if(data::users[userMenu.getSelected()].titles.size() > 0)
|
||||
{
|
||||
data::selUser = folderMenu.getSelected();
|
||||
data::selUser = userMenu.getSelected();
|
||||
textTitlePrep(data::curUser());
|
||||
mstate = TXT_TTL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user