v1.0.22 Fixed 32-bit

This commit is contained in:
aristocratos 2021-11-03 22:11:31 +01:00
parent 2107f70e71
commit 45169223eb
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
## v1.0.22
* Fixed: Bad values for disks and network on 32-bit
## v1.0.21
* Fixed: Removed extra spaces in cpu name

View file

@ -53,7 +53,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
const string Version = "1.0.21";
const string Version = "1.0.22";
int coreCount;
string overlay;