mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
98dfe78216
commit
3964d46457
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ impl Rect {
|
|||
let index = lua.create_function(move |lua, (_, key): (Table, mlua::String)| {
|
||||
Ok(match key.as_bytes().as_ref() {
|
||||
b"default" => {
|
||||
deprecate!(lua, "`ui.Rect.default` is deprecated, use `ui.Rect{{}}` instead, in your {}");
|
||||
deprecate!(lua, "`ui.Rect.default` is deprecated, use `ui.Rect{{}}` instead, in your {}\nSee #2927 for more details: https://github.com/sxyazi/yazi/pull/2927");
|
||||
Some(Self(Default::default()))
|
||||
}
|
||||
_ => None,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue