mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-07-19 16:51:19 -05:00
Typo fix.
This commit is contained in:
parent
6166856b5f
commit
fd469c057d
|
|
@ -130,7 +130,7 @@ void BackupMenuState::refresh()
|
|||
for (const fslib::DirectoryEntry &entry : m_directoryListing.list())
|
||||
{
|
||||
sm_backupMenu->add_option(entry.get_filename());
|
||||
m_menuEntries.push_back({MenuEntryType::Local, index});
|
||||
m_menuEntries.push_back({MenuEntryType::Local, index++});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user