diff --git a/src/status_tray.rs b/src/status_tray.rs index bdf09c0..0d7de69 100644 --- a/src/status_tray.rs +++ b/src/status_tray.rs @@ -23,7 +23,7 @@ impl TrayHandler { device_state.device_name.clone(), ), Some(true) => ( - device_state.to_string_with_readonly_info(0), + device_state.to_string_with_padding(0), device_state.device_name.clone(), ), };