mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 12:35:26 -05:00
Update libs, remove remote instructions until I have more time to deal with Google's shenanigans.
This commit is contained in:
@@ -127,7 +127,7 @@ void BackupMenuState::refresh()
|
||||
}
|
||||
|
||||
int index{};
|
||||
for (const fslib::DirectoryEntry &entry : m_directoryListing)
|
||||
for (const fslib::DirectoryEntry &entry : m_directoryListing.list())
|
||||
{
|
||||
sm_backupMenu->add_option(entry.get_filename());
|
||||
m_menuEntries.push_back({MenuEntryType::Local, index});
|
||||
|
||||
Reference in New Issue
Block a user