Skip to content

Commit

Permalink
fix open menu (#851)
Browse files Browse the repository at this point in the history
Co-authored-by: Kaiyin Zhong <[email protected]>
  • Loading branch information
kindlychung and Kaiyin Zhong authored Apr 16, 2020
1 parent 0c6ff87 commit 22cbc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion druid/src/menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ pub mod sys {
pub fn open<T: Data>() -> MenuItem<T> {
MenuItem::new(
LocalizedString::new("common-menu-file-open"),
commands::OPEN_FILE,
commands::SHOW_OPEN_PANEL,
)
.hotkey(RawMods::Ctrl, "o")
}
Expand Down

0 comments on commit 22cbc53

Please sign in to comment.