mirror of
https://github.com/eliasstepanik/egui_node_graph.git
synced 2026-01-11 05:48:27 +00:00
fix clippy
This commit is contained in:
parent
fffdaebe8b
commit
dc47f7dc33
@ -624,6 +624,7 @@ where
|
||||
color_from_hex("#222222").unwrap()
|
||||
}
|
||||
} else {
|
||||
#[allow(clippy::collapsible_else_if)]
|
||||
if dark_mode {
|
||||
color_from_hex("#aaaaaa").unwrap()
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user