Skip to content

Commit

Permalink
fix: should not request any keyboard event
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Dec 9, 2024
1 parent 1031c74 commit c993daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lala_bar/src/music_bar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ impl LalaMusicBar {
anchor: Anchor::Right | Anchor::Top,
layer: Layer::Top,
margin: Some((10, 10, 10, 10)),
keyboard_interactivity: KeyboardInteractivity::OnDemand,
keyboard_interactivity: KeyboardInteractivity::None,
use_last_output: true,
events_transparent: true,
},
Expand Down

0 comments on commit c993daa

Please sign in to comment.