Use unit in config for memory module tooltip

This commit is contained in:
muratyalcin-ce
2026-05-28 23:56:52 +03:00
parent 05945748dc
commit 5ea824c24c
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_;