Implement File > Import and fix Ctrl+O to Open hotkey

Closes #671
This commit is contained in:
Keavon Chambers
2022-07-23 15:17:12 -07:00
parent 4c6f2c80bd
commit a07c1a37a8
10 changed files with 54 additions and 31 deletions
@@ -129,6 +129,7 @@ impl PropertyHolder for MenuBarMessageHandler {
MenuEntry {
label: "Import…".into(),
shortcut: Some(vec![Key::KeyControl, Key::KeyI]),
action: MenuEntry::create_action(|_| PortfolioMessage::Import.into()),
..MenuEntry::default()
},
MenuEntry {