mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-11 00:33:03 +00:00
Modal Changes to export and link shortener
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user