Introduce "entry openers" but still register editors in workspace

This commit is contained in:
Antonio Scandurra 2021-11-24 15:18:15 +01:00
parent a7186c643f
commit 9bb195e177
7 changed files with 67 additions and 21 deletions

View file

@ -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![