update docs and change to SetAlwaysOnTop

This commit is contained in:
Night_Hunter 2022-12-29 13:30:14 +13:00 committed by Héctor Ramón Jiménez
parent d1d13f6f16
commit 095ecf016b
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 5 additions and 5 deletions

View file

@ -788,7 +788,7 @@ pub fn run_command<A, E>(
user_attention.map(conversion::user_attention),
),
window::Action::GainFocus => window.focus_window(),
window::Action::AlwaysOnTop(value) => {
window::Action::SetAlwaysOnTop(value) => {
window.set_always_on_top(value)
}
},