mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 02:46:43 +00:00
Change incoming call notification to only require one click
This commit is contained in:
parent
6c9422808a
commit
4a46227909
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ pub fn init(cx: &mut MutableAppContext) {
|
|||
},
|
||||
|_| IncomingCallNotification::new(incoming_call.clone()),
|
||||
);
|
||||
cx.activate_window(window_id);
|
||||
notification_windows.push(window_id);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue