* Fix Wifi Emoji
ASCII not show wifi emojis and gets errors on connect in some systens, C.UTF-8 are correct in modern systens
* removed platform check
* more fixes
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* systemusage: add NVIDIA GPU support to performance metrics
* some fixes
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
As the variable cpuTemp can now be used later in the if block for the fallback, need to change the declaration so that the variable is unique and used in two different blocks.
Const will redeclare it.. My bad on this