Fix language always defaulting to english (#765)
This commit is contained in:
parent
6bcadc4f40
commit
fee2f78aa8
|
@ -7,7 +7,7 @@ import { WindowState } from "./windowState";
|
||||||
export class GlobalState {
|
export class GlobalState {
|
||||||
enableAlwaysOnTop?: boolean;
|
enableAlwaysOnTop?: boolean;
|
||||||
installedVersion?: string;
|
installedVersion?: string;
|
||||||
locale?: string = "en";
|
locale?: string;
|
||||||
organizationInvitation?: any;
|
organizationInvitation?: any;
|
||||||
ssoCodeVerifier?: string;
|
ssoCodeVerifier?: string;
|
||||||
ssoOrganizationIdentifier?: string;
|
ssoOrganizationIdentifier?: string;
|
||||||
|
|
Loading…
Reference in New Issue