zed2: Port ProjectSharedNotification
This commit is contained in:
parent
853daf953b
commit
f3cbce7e86
3 changed files with 97 additions and 256 deletions
|
@ -3,9 +3,9 @@ use std::sync::Arc;
|
|||
use workspace::AppState;
|
||||
|
||||
pub mod incoming_call_notification;
|
||||
// pub mod project_shared_notification;
|
||||
pub mod project_shared_notification;
|
||||
|
||||
pub fn init(app_state: &Arc<AppState>, cx: &mut AppContext) {
|
||||
incoming_call_notification::init(app_state, cx);
|
||||
//project_shared_notification::init(app_state, cx);
|
||||
project_shared_notification::init(app_state, cx);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue