Feat: start in tray mode

This commit is contained in:
Denis Benato
2025-11-06 17:29:12 +01:00
parent 07874d7452
commit bf173300e0
3 changed files with 13 additions and 1 deletions

View File

@@ -178,7 +178,10 @@ impl LedSupportFile {
info!("Loaded bundled LED support data from {}", bundled.display());
return Some(data);
} else {
warn!("Bundled aura_support.ron present but failed to parse: {}", bundled.display());
warn!(
"Bundled aura_support.ron present but failed to parse: {}",
bundled.display()
);
}
} else {
warn!("Does {} exist?", ASUS_LED_MODE_USER_CONF);