Activate screen-sharing when leader activates a panel
This commit is contained in:
parent
0863486803
commit
f068712a0a
4 changed files with 77 additions and 29 deletions
|
@ -598,8 +598,8 @@ impl StatusItemView for PanelButtons {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
pub(crate) mod test {
|
||||
#[cfg(any(test, feature = "test-support"))]
|
||||
pub mod test {
|
||||
use super::*;
|
||||
use gpui::{ViewContext, WindowContext};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue