fix unsaved change

This commit is contained in:
Kay Simmons 2023-02-03 12:47:20 -08:00
parent 303216291b
commit 3e92e4d110
2 changed files with 4 additions and 21 deletions

View file

@ -6,7 +6,7 @@ use gpui::{
};
use settings::Settings;
use crate::collab_titlebar_item::ToggleScreenSharing;
use crate::ToggleScreenSharing;
pub fn init(cx: &mut MutableAppContext) {
let active_call = ActiveCall::global(cx);