List of addresses in the About dialog

This commit is contained in:
Robin Davies
2022-04-26 04:47:57 -04:00
parent c31bea9ecd
commit d1b1fc1b7e
9 changed files with 156 additions and 69 deletions
+1 -1
View File
@@ -926,7 +926,7 @@ public:
}
else if (message == "version")
{
PiPedalVersion version;
PiPedalVersion version(this->model);
Reply(replyTo, "version", version);
}