Introduce "entry openers" but still register editors in workspace
This commit is contained in:
parent
a7186c643f
commit
9bb195e177
7 changed files with 67 additions and 21 deletions
|
@ -11,6 +11,7 @@ pub fn menus(state: &Arc<AppState>) -> Vec<Menu<'static>> {
|
|||
settings: state.settings.clone(),
|
||||
user_store: state.user_store.clone(),
|
||||
channel_list: state.channel_list.clone(),
|
||||
entry_openers: state.entry_openers.clone(),
|
||||
};
|
||||
|
||||
vec![
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue