Model/IR Select dialog for large downloads

This commit is contained in:
Robin E.R. Davies
2026-05-30 00:46:45 -04:00
parent 356c0e42a7
commit 448e373841
13 changed files with 338 additions and 33 deletions
+2 -2
View File
@@ -713,7 +713,7 @@ static std::map<std::string, std::string> gearEnumValues =
{"full-rig", "Full rig"},
{"pedal", "Pedal"},
{"outboard", "Outboard"},
{"ir", "I/R"}};
{"ir", "IR"}};
static std::string mdGear(const std::string &gear)
{
@@ -926,7 +926,7 @@ static std::string mdLicense(const std::string &license)
static std::map<std::string, std::string> platformEnumValues =
{
{"nam", "NAM"},
{"ir", "I/R"},
{"ir", "IR"},
{"aida-x", "Aida X"},
{"aa-snapshot", "aa-snapshot"},
{"proteus", "Proteus"}};