Skip to content

Commit

Permalink
fix: typo with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Aug 10, 2024
1 parent 484ed2e commit d9750ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lala_bar/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub fn main() -> Result<(), iced_layershell::Error> {
LalaMusicBar::run(Settings {
layer_settings: LayerShellSettings {
size: Some((0, 35)),
exclusize_zone: 35,
exclusive_zone: 35,
anchor: Anchor::Bottom | Anchor::Left | Anchor::Right,
layer: Layer::Top,
..Default::default()
Expand Down

0 comments on commit d9750ab

Please sign in to comment.