mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
egui_extras: Fix file mime from path (wrong feature name) (#4933)
Fix: features "mime_guess" to "file" typo: 1 Is this what you intended? If you intended to add `mime_guess` to `cargo.toml`, please drop it.
This commit is contained in:
@@ -719,7 +719,7 @@ impl Modifiers {
|
||||
}
|
||||
|
||||
/// Checks that the `ctrl/cmd` matches, and that the `shift/alt` of the argument is a subset
|
||||
/// of the pressed ksey (`self`).
|
||||
/// of the pressed key (`self`).
|
||||
///
|
||||
/// This means that if the pattern has not set `shift`, then `self` can have `shift` set or not.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user