shell: Add zoom UI
This commit is contained in:
parent
55e4dd7c0f
commit
f72d2b91f3
10 changed files with 1247 additions and 261 deletions
|
|
@ -323,6 +323,7 @@ fn format_pointer_focus(focus: Option<PointerFocusTarget>) -> String {
|
|||
window.surface().title()
|
||||
),
|
||||
Some(ResizeFork(_)) => String::from("Resize UI"),
|
||||
Some(ZoomUI(_)) => String::from("Zoom UI"),
|
||||
None => format!("None"),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue