forked from MapComplete/MapComplete
Add custom theme generator
This commit is contained in:
parent
14930e2f93
commit
8d3c8ed9d9
8 changed files with 570 additions and 16 deletions
3
State.ts
3
State.ts
|
|
@ -24,7 +24,7 @@ export class State {
|
|||
// The singleton of the global state
|
||||
public static state: State;
|
||||
|
||||
public static vNumber = "0.0.3";
|
||||
public static vNumber = "0.0.4";
|
||||
|
||||
public static runningFromConsole: boolean = false;
|
||||
|
||||
|
|
@ -32,6 +32,7 @@ export class State {
|
|||
THe layout to use
|
||||
*/
|
||||
public readonly layoutToUse = new UIEventSource<Layout>(undefined);
|
||||
public layoutDefinition : string;
|
||||
|
||||
/**
|
||||
The mapping from id -> UIEventSource<properties>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue