Merge pull request #5079

Fix (memory): Fix tooltip showing incorrect unit and add proper unit initialization
This commit is contained in:
Alexis Rouillard
2026-07-03 20:43:20 +02:00
committed by GitHub
2 changed files with 20 additions and 26 deletions
-2
View File
@@ -19,8 +19,6 @@ class Memory : public ALabel {
private:
void parseMeminfo();
static float calc_divisor(const std::string& divisor);
std::unordered_map<std::string, unsigned long> meminfo_;
util::SleeperThread thread_;