Hide chat panel button when not in a call (#22200)

cc @nathansobo 

Release Notes:

- Hide chat panel button by default when not in a call
This commit is contained in:
Cole Miller 2024-12-19 14:32:45 -05:00 committed by GitHub
parent 2094d50514
commit 6231072d85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 86 additions and 8 deletions

View file

@ -14,7 +14,7 @@ use gpui::{
};
use panel_settings::MessageEditorSettings;
pub use panel_settings::{
ChatPanelSettings, CollaborationPanelSettings, NotificationPanelSettings,
ChatPanelButton, ChatPanelSettings, CollaborationPanelSettings, NotificationPanelSettings,
};
use release_channel::ReleaseChannel;
use settings::Settings;