Position incoming call notification on right hand side.
Co-authored-by: Conrad <conrad@zed.dev>
This commit is contained in:
parent
b2b5df4428
commit
1c2f906e48
2 changed files with 10 additions and 5 deletions
|
@ -34,7 +34,6 @@ pub fn init(app_state: &Arc<AppState>, cx: &mut AppContext) {
|
|||
|
||||
for window in unique_screens {
|
||||
let options = notification_window_options(window, window_size);
|
||||
dbg!(&options);
|
||||
let window = cx
|
||||
.open_window(options, |cx| {
|
||||
cx.build_view(|_| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue