Implemented window title update functionality for multiwindow.
This commit is contained in:
parent
1944e98f82
commit
ec41918ec4
14 changed files with 270 additions and 243 deletions
|
|
@ -675,7 +675,7 @@ pub fn run_command<A, E>(
|
|||
window::Action::Drag => {
|
||||
let _res = window.drag_window();
|
||||
}
|
||||
window::Action::Spawn { .. } | window::Action::Close => {
|
||||
window::Action::Spawn { .. } => {
|
||||
log::info!(
|
||||
"This is only available on `multi_window::Application`"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue