Modal Changes to export and link shortener

This commit is contained in:
Alex Williams
2024-07-09 20:10:04 +01:00
parent 2362ded438
commit d1cb0fdcb5
5 changed files with 108 additions and 54 deletions

View File

@@ -108,9 +108,9 @@ export class Persist extends EventEmitter {
this.matsPerGrade = matsPerGrade || {
1: 2,
2: 2,
3: 4,
3: 3,
4: 4,
5: 10
5: 5
};
this.cmdrName = cmdrName || { selected: '', cmdrs: [] };
this.tooltipsEnabled = tips === null ? true : tips;