Add FocusWindow to window::Action
This commit is contained in:
parent
c740b3af75
commit
81cd0c45b7
2 changed files with 14 additions and 0 deletions
|
|
@ -678,6 +678,7 @@ pub fn run_command<A, E>(
|
|||
.request_user_attention(
|
||||
user_attention.map(conversion::user_attention),
|
||||
),
|
||||
window::Action::FocusWindow => window.focus_window(),
|
||||
},
|
||||
command::Action::System(action) => match action {
|
||||
system::Action::QueryInformation(_tag) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue