-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
- mehrere Netzwerke -> Fehler beim Graph-Zeichnen
- temp bei fehldenden Kern-sensoren:
let ohw_opt = appdata.ohw_info.lock();
let mut coretemps = get_coretemps(&ohw_opt);
if coretemps.is_empty() {
let cpu_temp = ohw_opt.parse_value_path_def("#0|+images_icon/cpu.png|Temperature|Core");
for i in 0..appdata.system_status.cpus().len() {
coretemps.push((i as i32, cpu_temp));
}
}- taskbarsize bei win10:
let taskbarsize_main = 40.0; // FIXME: Win 10: 40, Win 11 70Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels