mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-07 18:16:00 -05:00
fix typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user