Add test for screen-sharing

This commit is contained in:
Antonio Scandurra 2022-10-24 15:17:25 +02:00
parent 9860dbbbea
commit 50c4783333
2 changed files with 62 additions and 5 deletions

View file

@ -6,7 +6,7 @@ pub mod dock;
pub mod pane;
pub mod pane_group;
pub mod searchable;
mod shared_screen;
pub mod shared_screen;
pub mod sidebar;
mod status_bar;
mod toolbar;