fix: display correct app version for desktop
This commit is contained in:
@@ -3,6 +3,6 @@ declare const __VERSION__: string;
|
||||
declare const __DESKTOP__: boolean;
|
||||
declare const __WEB__: boolean;
|
||||
|
||||
export const AppVersion = __VERSION__;
|
||||
export const WebAppVersion = __VERSION__;
|
||||
export const IsDesktopPlatform = __DESKTOP__;
|
||||
export const IsWebPlatform = __WEB__;
|
||||
|
||||
Reference in New Issue
Block a user