feat: add description for load averages
Some checks are pending
Lockbud / lockbud (push) Waiting to run
Rust / fmt (push) Waiting to run
Rust / test (push) Waiting to run
Rust / clippy (macos-latest) (push) Waiting to run
Rust / clippy (ubuntu-latest) (push) Waiting to run
Rust / check (macos-latest) (push) Waiting to run
Rust / check (ubuntu-latest) (push) Waiting to run
Rust / doc (push) Waiting to run
Typo / typo (push) Waiting to run

This commit is contained in:
Cyrix126 2025-01-02 22:45:25 +01:00
parent 5ed1414c39
commit cd1f5192b4

View file

@ -305,7 +305,7 @@ fn xmrig(
],
Label::new(api.uptime.display(true)),
);
ui.label(api.resources.to_string());
ui.label(api.resources.to_string()).on_hover_text("Load average\nThe current load for your CPU. It should not be above the number of total threads or it could mean that your CPU is currently overloaded and will slow down.\nXmrig should not be the cause for overloading a CPU, but other tasks on your system might.");
ui.label(
RichText::new("Hashrate\n(10s/1m/15m)")
.underline()