Revert "Chore: Apply clippy map transformations"
This reverts commit c997aad85d.
This commit is contained in:
parent
76873921af
commit
b277625546
7 changed files with 15 additions and 10 deletions
|
|
@ -200,10 +200,8 @@ pub fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
viewport.scale_factor(),
|
||||
)
|
||||
})
|
||||
.map_or(
|
||||
mouse::Cursor::Unavailable,
|
||||
mouse::Cursor::Available,
|
||||
),
|
||||
.map(mouse::Cursor::Available)
|
||||
.unwrap_or(mouse::Cursor::Unavailable),
|
||||
&mut renderer,
|
||||
&Theme::Dark,
|
||||
&renderer::Style {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue