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