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