mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Fix the typo in rect adjustment debug logs
This commit is contained in:
parent
391cf82cce
commit
45081eeaec
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ impl Ueberzug {
|
|||
if let Some((path, tmp_rect)) = cmd {
|
||||
debug!("ueberzug rect before adjustment: {:?}", tmp_rect);
|
||||
let rect = Self::adjust_rect(tmp_rect);
|
||||
debug!("ueberzug rect after adjust adjustment: {:?}", rect);
|
||||
debug!("ueberzug rect after adjustment: {:?}", rect);
|
||||
let s = format!(
|
||||
r#"{{"action":"add","identifier":"yazi","x":{},"y":{},"max_width":{},"max_height":{},"path":"{}"}}{}"#,
|
||||
rect.x,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue