Preference Packs: Add revert to backup option

This commit is contained in:
Chris Hennes
2022-02-10 23:07:05 -06:00
parent a21b99fed2
commit a7e356c865
12 changed files with 6733 additions and 6 deletions

View File

@@ -184,6 +184,11 @@ namespace Gui {
std::vector<TemplateFile> templateFiles(bool rescan = false);
/**
* Get a list of all available config file backups. Backups are currently stored for one week.
*/
std::vector<boost::filesystem::path> configBackups() const;
private:
void FindPreferencePacksInPackage(const boost::filesystem::path& mod);