Position incoming call notification on right hand side.

Co-authored-by: Conrad <conrad@zed.dev>
This commit is contained in:
Piotr Osiewicz 2023-11-27 19:37:04 +01:00
parent b2b5df4428
commit 1c2f906e48
2 changed files with 10 additions and 5 deletions

View file

@ -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(|_| {