Various small fixes, add indication of which tags are added for power users
This commit is contained in:
parent
a55767c1e9
commit
47d755e59f
9 changed files with 147 additions and 59 deletions
2
State.ts
2
State.ts
|
@ -24,7 +24,7 @@ export class State {
|
|||
// The singleton of the global state
|
||||
public static state: State;
|
||||
|
||||
public static vNumber = "0.0.5c";
|
||||
public static vNumber = "0.0.5d";
|
||||
|
||||
public static runningFromConsole: boolean = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue