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
View File
@@ -159,6 +159,7 @@ export type PiPedalVersion = {
operatingSystem: string;
osVersion: string;
debug: boolean;
webAddresses: string[];
};
export class PresetIndexEntry {