Skip to content

Commit

Permalink
chore: change the assert text
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Oct 7, 2024
1 parent 2eab985 commit ffebb0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion iced_layershell/src/application/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ where
wpviewport: window
.gen_main_wrapper()
.viewport
.expect("iced_layershell need viewport support to better render scale"),
.expect("iced_layershell need viewport support to better wayland dpi"),
}
}

Expand Down
2 changes: 1 addition & 1 deletion iced_layershell/src/multi_window/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ where
wpviewport: window
.viewport
.clone()
.expect("iced_layershell need viewport support to better render scale"),
.expect("iced_layershell need viewport support to better wayland hidpi"),
}
}
pub fn modifiers(&self) -> ModifiersState {
Expand Down
2 changes: 1 addition & 1 deletion iced_sessionlock/src/multi_window/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ where
wpviewport: window
.viewport
.clone()
.expect("We need wpviewport support to better render scale"),
.expect("iced_sessionlock need wpviewport support to better wayland dpi"),
}
}
pub fn modifiers(&self) -> ModifiersState {
Expand Down

0 comments on commit ffebb0e

Please sign in to comment.