fix
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-01-05 11:04:26 +01:00
parent 70db810a82
commit 9fad5a7dda
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -34,12 +34,12 @@ pub fn print_config(conf: &InstallConfig) {
conf.general.mode
));
general_info.add_str(format!(
"🖥️ {} {}",
"🖥️ {} {}",
"Hostname:".paint(Color::Yellow),
conf.general.hostname
));
general_info.add_str(format!(
"⌨️ {} {} {}",
"⌨️ {} {} {}",
"Keyboard:".paint(Color::Yellow),
conf.general.keyboard_layout,
conf.general