Fix broken merge
This commit is contained in:
parent
95e661a78c
commit
97203e1e02
6 changed files with 4 additions and 14 deletions
|
@ -45,7 +45,6 @@ pub fn init(cx: &mut MutableAppContext) {
|
|||
kind: WindowKind::PopUp,
|
||||
is_movable: false,
|
||||
screen: Some(screen),
|
||||
accepts_first_mouse: true,
|
||||
},
|
||||
|_| IncomingCallNotification::new(incoming_call.clone()),
|
||||
);
|
||||
|
|
|
@ -44,7 +44,6 @@ pub fn init(cx: &mut MutableAppContext) {
|
|||
kind: WindowKind::PopUp,
|
||||
is_movable: false,
|
||||
screen: Some(screen),
|
||||
accepts_first_mouse: true,
|
||||
},
|
||||
|_| {
|
||||
ProjectSharedNotification::new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue